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 /instr-daemon.c | |
parent | 72b80d3dc84988f8a934395e07e174418a66457f (diff) |
rename Menu_Update_Display to Show_Main_Menu
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 553745f..7943ae1 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -248,7 +248,7 @@ int main(int argc, char **argv) I2C_Setup_Monitor(); Main_Rst(); - Menu_Update_Display(); + Show_Main_Menu(); // FIXME - self-cal here - or in thread beside user sessions? |