ahem, another minor edit to have another go at CI

This commit is contained in:
Gareth Coleman 2024-04-19 09:27:10 +01:00
parent 2100f3135e
commit e0513d4078

View File

@ -613,7 +613,7 @@ void setup()
}
#ifdef UNPHONE
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
#elifdef RGBLED_RED
#elif defined(RGBLED_RED)
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
#endif
#endif