Skip to content
Snippets Groups Projects
Commit b5436bc0 authored by egorguslyan's avatar egorguslyan
Browse files

mData[0] instead of void

parent 7480904c
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ struct
uint8_t holdLeft : 1;
uint8_t holdRight : 1;
// mData leds[NUMLEDS];
void leds; // Sorry, but this buffer drains a lot of memory
mData leds[0]; // Sorry, but this buffer drains a lot of memory
// Measured data
uint16_t ppm : 13; // CO2 ppm (surely cant be more than 8192)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment