diff options
| author | Selene ToyKeeper | 2019-06-27 02:40:38 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-06-27 02:40:38 -0600 |
| commit | 41fef25bf05bb8fa377c9bcbbc7c0b5858cd20a1 (patch) | |
| tree | 901d6eaac250e2f1bc3a1695536486e16ac83e45 /spaghetti-monster/fsm-misc.h | |
| parent | anduril manual: added info about manual memory, 2-level lockout, and aux LED ... (diff) | |
| download | anduril-41fef25bf05bb8fa377c9bcbbc7c0b5858cd20a1.tar.gz anduril-41fef25bf05bb8fa377c9bcbbc7c0b5858cd20a1.tar.bz2 anduril-41fef25bf05bb8fa377c9bcbbc7c0b5858cd20a1.zip | |
added factory reset function to Anduril, and reboot function for FSM
Diffstat (limited to 'spaghetti-monster/fsm-misc.h')
| -rw-r--r-- | spaghetti-monster/fsm-misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-misc.h b/spaghetti-monster/fsm-misc.h index 6e41b6c..1381ca2 100644 --- a/spaghetti-monster/fsm-misc.h +++ b/spaghetti-monster/fsm-misc.h @@ -50,4 +50,8 @@ void indicator_led(uint8_t lvl); uint8_t triangle_wave(uint8_t phase); #endif +#ifdef USE_REBOOT +void reboot(); +#endif + #endif |
