heater.h: remove {en|dis}able_heater().
They were unused and no longer fit the heating algorithm strategy.
This commit is contained in:
parent
d3af5460f1
commit
fbf62a7dba
3
heater.h
3
heater.h
|
|
@ -5,9 +5,6 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "temp.h"
|
#include "temp.h"
|
||||||
|
|
||||||
#define enable_heater() heater_set(0, 64)
|
|
||||||
#define disable_heater() heater_set(0, 0)
|
|
||||||
|
|
||||||
#undef DEFINE_HEATER
|
#undef DEFINE_HEATER
|
||||||
#define DEFINE_HEATER(name, pin) HEATER_ ## name,
|
#define DEFINE_HEATER(name, pin) HEATER_ ## name,
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue