diff options
Diffstat (limited to 'spaghetti-monster')
| -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) |
