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/ramping-ui | |
| 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/ramping-ui')
| -rw-r--r-- | spaghetti-monster/ramping-ui/ramping-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/ramping-ui/ramping-ui.c b/spaghetti-monster/ramping-ui/ramping-ui.c index 234cdf4..18f488d 100644 --- a/spaghetti-monster/ramping-ui/ramping-ui.c +++ b/spaghetti-monster/ramping-ui/ramping-ui.c @@ -17,7 +17,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_THERMAL_REGULATION #define DEFAULT_THERM_CEIL 32 |
