remove definition macros, doesn't work
This commit is contained in:
parent
d1b2754aba
commit
1c723f7656
4
heater.h
4
heater.h
|
|
@ -18,10 +18,6 @@ typedef enum
|
||||||
} heater_t;
|
} heater_t;
|
||||||
#undef DEFINE_HEATER
|
#undef DEFINE_HEATER
|
||||||
|
|
||||||
#define DEFINE_HEATER(name, port, pin, pwm) #define HEATER_ ## name;
|
|
||||||
#include "config.h"
|
|
||||||
#undef DEFINE_HEATER
|
|
||||||
|
|
||||||
void heater_init(void);
|
void heater_init(void);
|
||||||
void heater_save_settings(void);
|
void heater_save_settings(void);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue