Augment a TODO item to make the linter happier

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 7 years ago
parent 9dc8703308
commit 82a7ceb75a

@ -73,7 +73,8 @@ void Model01::led_set_crgb_at(uint8_t i, cRGB crgb) {
rightHand.ledData.leds[i - 32] = crgb; rightHand.ledData.leds[i - 32] = crgb;
} else { } else {
// TODO how do we want to handle debugging assertions about crazy user // TODO(anyone):
// how do we want to handle debugging assertions about crazy user
// code that would overwrite other memory? // code that would overwrite other memory?
} }
} }

Loading…
Cancel
Save