heater.h: remove {en|dis}able_heater().

They were unused and no longer fit the heating algorithm strategy.
This commit is contained in:
Markus Hitter 2012-10-06 12:06:22 +02:00
parent d3af5460f1
commit fbf62a7dba
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@
#include <stdint.h>
#include "temp.h"
#define enable_heater() heater_set(0, 64)
#define disable_heater() heater_set(0, 0)
#undef DEFINE_HEATER
#define DEFINE_HEATER(name, pin) HEATER_ ## name,
typedef enum