diff --git a/temp.c b/temp.c index ed9a522..6f070ec 100644 --- a/temp.c +++ b/temp.c @@ -247,7 +247,7 @@ void temp_sensor_tick() { #ifdef TEMP_PT100 case TT_PT100: #warning TODO: PT100 code - break + break; #endif /* TEMP_PT100 */ #ifdef TEMP_INTERCOM