summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/monitor.c b/monitor.c
index ecbc3bb..7c50922 100644
--- a/monitor.c
+++ b/monitor.c
@@ -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;