mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
More compiler warning fixes
This commit is contained in:
parent
715d269f61
commit
30bea67d38
3 changed files with 12 additions and 9 deletions
|
@ -176,7 +176,6 @@ void LED::rainbow_run(void) {
|
|||
}
|
||||
|
||||
// Assemble the color
|
||||
//uint32_t color = (static_cast<uint32_t>(r) << 16) | (static_cast<uint32_t>(g) << 8) | b;
|
||||
pixels.setPixelColor(0, pixels.Color(r, g, b)); // RGB
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue