From 6dbc7a7797304323694c30a3e89eb5d2cd591162 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 13 Apr 2014 11:24:47 +0200 Subject: [PATCH] temp.c: fix typo. --- temp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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