diff options
| author | Selene ToyKeeper | 2020-09-27 03:15:09 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-09-27 03:15:09 -0600 |
| commit | d9573a9f07b769bda30e56e2d4be990dfa403398 (patch) | |
| tree | b43414a53527997be56796a686287fb10dd747f7 | |
| parent | merged from fsm to get K1-12V thermal fix (diff) | |
| download | anduril-d9573a9f07b769bda30e56e2d4be990dfa403398.tar.gz anduril-d9573a9f07b769bda30e56e2d4be990dfa403398.tar.bz2 anduril-d9573a9f07b769bda30e56e2d4be990dfa403398.zip | |
fixed bug: momentary bike mode could sometimes get stuck on for a few seconds after releasing button
| -rw-r--r-- | spaghetti-monster/anduril/strobe-modes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/strobe-modes.c b/spaghetti-monster/anduril/strobe-modes.c index 92ada9d..b27f298 100644 --- a/spaghetti-monster/anduril/strobe-modes.c +++ b/spaghetti-monster/anduril/strobe-modes.c @@ -279,6 +279,7 @@ inline void bike_flasher_iter() { nice_delay_ms(65); } nice_delay_ms(720); // no return check necessary on final delay + set_level(0); } #endif |
