mirror of
https://github.com/wled/WLED.git
synced 2025-07-29 13:46:39 +00:00
bug fix
This commit is contained in:
parent
fcc344ba99
commit
c942345453
@ -271,7 +271,7 @@ unsigned *PinManagerClass::getReadOnlyPins()
|
|||||||
{
|
{
|
||||||
#ifdef READ_ONLY_PINS
|
#ifdef READ_ONLY_PINS
|
||||||
static unsigned readOnlyPins[] = {READ_ONLY_PINS};
|
static unsigned readOnlyPins[] = {READ_ONLY_PINS};
|
||||||
#elif
|
#else
|
||||||
static unsigned readOnlyPins[] = 255;
|
static unsigned readOnlyPins[] = 255;
|
||||||
#endif
|
#endif
|
||||||
return readOnlyPins;
|
return readOnlyPins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user