diff --git a/firmware/hw_layer/pin_repository.cpp b/firmware/hw_layer/pin_repository.cpp index 158f39ba23..770689f157 100644 --- a/firmware/hw_layer/pin_repository.cpp +++ b/firmware/hw_layer/pin_repository.cpp @@ -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;