Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
temp.h: remove indirection temp_tick().
Browse files Browse the repository at this point in the history
  • Loading branch information
Traumflug committed Apr 21, 2015
1 parent 8408d8c commit d297376
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion clock.c
Expand Up @@ -105,7 +105,7 @@ static void clock_10ms(void) {
// reset watchdog
wd_reset();

temp_tick();
temp_sensor_tick();

ifclock(clock_flag_250ms) {
clock_250ms();
Expand Down
1 change: 0 additions & 1 deletion extruder/temp.h
Expand Up @@ -30,7 +30,6 @@ typedef enum {
TT_DUMMY,
} temp_type_t;

#define temp_tick temp_sensor_tick

void temp_init(void);

Expand Down
1 change: 0 additions & 1 deletion temp.h
Expand Up @@ -30,7 +30,6 @@ typedef enum {
TT_DUMMY,
} temp_type_t;

#define temp_tick temp_sensor_tick

void temp_init(void);

Expand Down

0 comments on commit d297376

Please sign in to comment.