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

@@ -32,7 +32,7 @@
#define I2C_PORT 1
#define I2C_ADDRESS 0x3C
#define LINELEN 40
#define TAG "display"
static const char *TAG = "display";
static void vfdc_handler( u8_t *_data, int bytes_read);
static void grfe_handler( u8_t *data, int len);