diff options
| author | Selene ToyKeeper | 2018-06-29 13:37:18 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-06-29 13:37:18 -0600 |
| commit | 0e039cd22402ff44fe2cf3bea5dc276da49d7b36 (patch) | |
| tree | d6259cc917444a9be6fa5ac87dfb419c8896beb6 | |
| parent | Made high levels regulate down even faster. Added missing save_config() at t... (diff) | |
| download | anduril-0e039cd22402ff44fe2cf3bea5dc276da49d7b36.tar.gz anduril-0e039cd22402ff44fe2cf3bea5dc276da49d7b36.tar.bz2 anduril-0e039cd22402ff44fe2cf3bea5dc276da49d7b36.zip | |
Oops, not sure how it even compiled with this typo.
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 2b958cc..f2d02ee 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -69,7 +69,7 @@ #if defined(FSM_BLF_GT_DRIVER) #include "cfg-blf-gt.h" -#elif FSM_BLF_Q8_DRIVER +#elif defined(FSM_BLF_Q8_DRIVER) #include "cfg-blf-q8.h" #elif defined(FSM_EMISAR_D4_DRIVER) |
