Uspora IRAM - volani z Tickeru nemusi byt v IRAM (z diskuze na githubu)

This commit is contained in:
Pavel Brychta 2023-05-20 08:44:21 +02:00
parent 3fb6064905
commit b077db3454

View File

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