From 0e039cd22402ff44fe2cf3bea5dc276da49d7b36 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 29 Jun 2018 13:37:18 -0600 Subject: Oops, not sure how it even compiled with this typo. --- spaghetti-monster/anduril/anduril.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3