diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
commit | 68791fff3f9dce335821b87f5404803e488de85d (patch) | |
tree | dafff013194bce9afa42134a02d83ab37f540b02 /monitor.c | |
parent | 72b80d3dc84988f8a934395e07e174418a66457f (diff) |
rename Menu_Update_Display to Show_Main_Menu
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ int I2C_Check_Monitors(void) } if (update_display) { - Menu_Update_Display(); + Show_Main_Menu(); } return OK; |