diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:37:39 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:37:39 +0900 |
commit | 0744c2015b73fa6319cb486fca79cc2c83373985 (patch) | |
tree | afa06e6040139084c60d724981133ce32bcd583d /menus.c | |
parent | b6bb15deeba5ae52b822b776180dd06d5cb4ee6d (diff) |
show FW version and controller type (BB or OL) at startupINSTRUMENT_6_2_03
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ #include "error_utils.h" #include "string_utils.h" #include "device-functions.h" -#include "version.h" #include "flash.h" #include "nicutils.h" #include "menus.h" @@ -2813,7 +2812,7 @@ static void Nonstd_menu_model_info(void) gchar *message = g_strdup_printf ("Avtech Electrosystems Ltd., since 1975. Model %s, S/N %s, FW v%s.", globals.Flash.model_num, globals.Flash.serial_num, - FW_VERSION); + globals.HWDetect.firmware); LCD_display_extended_message (message, TRUE, FALSE); g_free (message); |