temp.h: remove indirection temp_tick().

This commit is contained in:
Markus Hitter 2015-02-28 22:56:53 +01:00
parent 8408d8c294
commit d29737699f
3 changed files with 1 additions and 3 deletions

View File

@ -105,7 +105,7 @@ static void clock_10ms(void) {
// reset watchdog
wd_reset();
temp_tick();
temp_sensor_tick();
ifclock(clock_flag_250ms) {
clock_250ms();

View File

@ -30,7 +30,6 @@ typedef enum {
TT_DUMMY,
} temp_type_t;
#define temp_tick temp_sensor_tick
void temp_init(void);

1
temp.h
View File

@ -30,7 +30,6 @@ typedef enum {
TT_DUMMY,
} temp_type_t;
#define temp_tick temp_sensor_tick
void temp_init(void);