diff --git a/wled00/pin_manager.cpp b/wled00/pin_manager.cpp index 507ce81cd..3ba48ead4 100644 --- a/wled00/pin_manager.cpp +++ b/wled00/pin_manager.cpp @@ -271,7 +271,7 @@ unsigned *PinManagerClass::getReadOnlyPins() { #ifdef READ_ONLY_PINS static unsigned readOnlyPins[] = {READ_ONLY_PINS}; - #elif + #else static unsigned readOnlyPins[] = 255; #endif return readOnlyPins;