From b077db3454b2132147c1f72989245010b9e553d7 Mon Sep 17 00:00:00 2001 From: pablo2048 Date: Sat, 20 May 2023 08:44:21 +0200 Subject: [PATCH] Uspora IRAM - volani z Tickeru nemusi byt v IRAM (z diskuze na githubu) --- src/wsLED.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;