refactoring

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

View File

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