refactoring

This commit is contained in:
rusefi 2019-11-29 22:09:08 -05:00
parent ff3fbffd80
commit fd4412a2cd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define BOARD_EXT_PINREPOPINS 0
#endif
static int initialized = FALSE;
static bool initialized = false;
static LoggingWithStorage logger("pin repos");
static int totalPinsUsed = 0;