diff options
| author | Selene ToyKeeper | 2018-12-18 14:59:40 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-12-18 14:59:40 -0700 |
| commit | f144b83fbbd2c6a36600ed27291d0816543df34b (patch) | |
| tree | 37e043ec7a083ddbfbffb35844279318afc6dddb /spaghetti-monster/momentary | |
| parent | Reworked the config file include system so it'll include the #defined value (diff) | |
| download | anduril-f144b83fbbd2c6a36600ed27291d0816543df34b.tar.gz anduril-f144b83fbbd2c6a36600ed27291d0816543df34b.tar.bz2 anduril-f144b83fbbd2c6a36600ed27291d0816543df34b.zip | |
Updated the rest of the FSM interfaces to use the new config file system.
Diffstat (limited to 'spaghetti-monster/momentary')
| -rw-r--r-- | spaghetti-monster/momentary/momentary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/momentary/momentary.c b/spaghetti-monster/momentary/momentary.c index 0372b3d..26acd44 100644 --- a/spaghetti-monster/momentary/momentary.c +++ b/spaghetti-monster/momentary/momentary.c @@ -19,7 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define FSM_EMISAR_D4_DRIVER +#include "hwdef-Emisar_D4.h" #define USE_LVP #define USE_DEBUG_BLINK #define USE_DELAY_4MS |
