diff options
| author | Selene ToyKeeper | 2017-08-30 23:15:39 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-30 23:15:39 -0600 |
| commit | af011b08919e42736f514ae6ffe045571dbefda9 (patch) | |
| tree | ea31deb94a043faef5d333669e6ddcceb5c8797e /spaghetti-monster/baton | |
| parent | Added a simpler and more accurate Baton UI clone. (diff) | |
| download | anduril-af011b08919e42736f514ae6ffe045571dbefda9.tar.gz anduril-af011b08919e42736f514ae6ffe045571dbefda9.tar.bz2 anduril-af011b08919e42736f514ae6ffe045571dbefda9.zip | |
Reorganized FSM files, one dir per UI.
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/baton/baton-simpler.c (renamed from spaghetti-monster/baton-simpler.c) | 0 | ||||
| -rw-r--r-- | spaghetti-monster/baton/baton.c (renamed from spaghetti-monster/baton.c) | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/baton-simpler.c b/spaghetti-monster/baton/baton-simpler.c index a6ddf36..a6ddf36 100644 --- a/spaghetti-monster/baton-simpler.c +++ b/spaghetti-monster/baton/baton-simpler.c diff --git a/spaghetti-monster/baton.c b/spaghetti-monster/baton/baton.c index 4ba329e..515f2d0 100644 --- a/spaghetti-monster/baton.c +++ b/spaghetti-monster/baton/baton.c @@ -23,6 +23,7 @@ #define DEFAULT_THERM_CEIL 45 #define USE_DEBUG_BLINK #define USE_DELAY_MS +#define USE_DELAY_4MS #define USE_DELAY_ZERO #include "spaghetti-monster.h" |
