Replace byte/word typedefs with uintN_t

This commit is contained in:
Allen Hill
2023-08-20 20:45:22 -04:00
parent c4f67378ae
commit 4fcdf4af36
7 changed files with 277 additions and 281 deletions
+5 -5
View File
@@ -27,9 +27,9 @@
#include "GlobalDef.h"
// max 10 events in fifo
byte EventCount;
byte EventCmd[10];
byte Event;
// uint8_t EventCount;
// uint8_t EventCmd[10];
uint8_t Event;
byte showLog;
byte showLog2;
uint8_t showLog;
uint8_t showLog2;