minor tweaks

This commit is contained in:
philippe44
2020-01-13 21:08:08 -08:00
parent 8a26e3004d
commit a0b3452dd7
6 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
#include "embedded.h"
#include "display.h"
#define TAG "display"
static const char *TAG = "display";
static bool (*slimp_handler_chain)(u8_t *data, int len);
static struct display_handle_s *handle;