diff --git a/src/wsLED.cpp b/src/wsLED.cpp index 26406af..7b019d1 100644 --- a/src/wsLED.cpp +++ b/src/wsLED.cpp @@ -37,7 +37,7 @@ static const uint16_t LB[] PROGMEM = { 0x12d , 0x12a , 0x126 , 0x123 , 0x11f , 0x11c , 0x11a , 0x117 , 0x115 , 0x112 , 0x110 , 0x10e , 0x10c , 0x10b , 0x109 , 0x108 , 0x107 , 0x105 , 0x104 , 0x203 , 0x102 , 0x201 , 0x2900 }; -static void INRAM ledTrampoline(wsLED *ptr) +static void ledTrampoline(wsLED *ptr) { ptr->rtLed(); @@ -137,7 +137,7 @@ void wsLED::setColor(LEDRGB color) _color[_order & 7] = color.b; } -void INRAM wsLED::rtLed(void) +void wsLED::rtLed(void) { uint32_t timing;