Fix compilation issues for arduino devices

This commit is contained in:
Paul Dino Jones
2024-03-05 00:34:29 -05:00
parent f1ad4f5f91
commit 04b368321f
6 changed files with 23 additions and 23 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
#include <FastLED.h>
#include "simdata.h"
#include "shiftlights.h"
#define SIMDATA_SIZE sizeof(ShiftLightsData)
@@ -18,7 +18,7 @@
#define COLOR3C 0
CRGB leds[NUM_LEDS];
SimData sd;
ShiftLightsData sd;
int maxrpm = 0;
int rpm = 0;
int numlights = NUM_LEDS;
@@ -56,7 +56,6 @@ void loop()
maxrpm = sd.maxrpm;
}
while (l < numlights)
{
lights[l] = 0;