This commit is contained in:
PaoloTK 2024-09-01 21:35:09 +02:00
parent fcc344ba99
commit c942345453

View File

@ -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;