Correct the type of macro delay variables

This commit is contained in:
Eric Tang
2018-06-24 13:33:59 -07:00
parent 3041132959
commit 9fade6368c
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
int16_t y;
} ATTR_PACKED scrollMouse;
struct {
int16_t delay;
uint16_t delay;
} ATTR_PACKED delay;
struct {
const char *text;