heater: heater_runtime needs not to be extern

This commit is contained in:
Nico Tonnhofer 2017-03-15 19:59:48 +01:00
parent 4abc3aa2f0
commit 8e273c2789
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ typedef enum {
HARDWARE_PWM = 2 HARDWARE_PWM = 2
} pwm_type_t; } pwm_type_t;
extern heater_runtime_t heaters_runtime[];
void heater_init(void); void heater_init(void);
void pid_init(void); void pid_init(void);