heater.h/.c: remove a few obsolete #includes.
This commit is contained in:
parent
9839ac9fff
commit
68f4610e79
2
heater.c
2
heater.c
|
|
@ -3,9 +3,7 @@
|
||||||
#include <avr/eeprom.h>
|
#include <avr/eeprom.h>
|
||||||
|
|
||||||
#include "sersendf.h"
|
#include "sersendf.h"
|
||||||
#include "config.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "arduino.h"
|
|
||||||
|
|
||||||
int16_t heater_p = 0;
|
int16_t heater_p = 0;
|
||||||
int16_t heater_i = 0;
|
int16_t heater_i = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue