diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -4,7 +4,6 @@ #include "lcd.h" #include "monitor.h" #include "error_utils.h" -#include "dummy_functions.h" #include "menus.h" #include <glib.h> @@ -153,8 +152,6 @@ int I2C_Get_Monitor_Word(int channel) } - -int I2C_Check_Monitors(void); int I2C_Check_Monitors(void) { int monitor_word; @@ -243,7 +240,7 @@ int I2C_Check_Monitors(void) } if (update_display) { - Menu_Update_Display(); + Show_Main_Menu(); } return OK; |