aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-29 00:44:17 -0600
committerSelene ToyKeeper2023-04-29 00:44:17 -0600
commiteee06ae626a90a2d05aca3a2255c313f3900ed98 (patch)
tree6c2c0b7d400b32f3a56e01321a834ee668263a71
parentlockout mode: fixed manual memory timer and tint, added 3H next channel, (diff)
downloadanduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.tar.gz
anduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.tar.bz2
anduril-eee06ae626a90a2d05aca3a2255c313f3900ed98.zip
just a todo note for later
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/fsm-misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.c b/spaghetti-monster/fsm-misc.c
index 5a8a9fc..80652b3 100644
--- a/spaghetti-monster/fsm-misc.c
+++ b/spaghetti-monster/fsm-misc.c
@@ -33,6 +33,7 @@ uint8_t blink_digit(uint8_t num) {
if (!num) { ontime = 8; num ++; }
for (; num>0; num--) {
+ // TODO: allow setting a blink channel mode per build target
set_level(BLINK_BRIGHTNESS);
nice_delay_ms(ontime);
set_level(0);