diff options
| author | Selene ToyKeeper | 2017-08-30 23:07:55 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-30 23:07:55 -0600 |
| commit | 15d5b2cbe807029c7493691a1877a1898d100455 (patch) | |
| tree | e13b8410d5d694f5256bbb3c62c534a9262c3745 /spaghetti-monster/anduril.c | |
| parent | Updated anduril.txt to match current code. (diff) | |
| download | anduril-15d5b2cbe807029c7493691a1877a1898d100455.tar.gz anduril-15d5b2cbe807029c7493691a1877a1898d100455.tar.bz2 anduril-15d5b2cbe807029c7493691a1877a1898d100455.zip | |
Replaced FSM_*_LAYOUT with FSM_*_DRIVER because I think it makes more sense.
Made momentary.c compile again.
Updated fsm-main to use whichever delay function is available.
Diffstat (limited to 'spaghetti-monster/anduril.c')
| -rw-r--r-- | spaghetti-monster/anduril.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril.c b/spaghetti-monster/anduril.c index 6c21bf3..998c0c5 100644 --- a/spaghetti-monster/anduril.c +++ b/spaghetti-monster/anduril.c @@ -18,7 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define FSM_EMISAR_D4_LAYOUT +#define FSM_EMISAR_D4_DRIVER #define USE_LVP #define USE_THERMAL_REGULATION #define DEFAULT_THERM_CEIL 45 |
