From 0744c2015b73fa6319cb486fca79cc2c83373985 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:37:39 +0900 Subject: show FW version and controller type (BB or OL) at startup --- globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 90e4173..baea76a 100644 --- a/globals.h +++ b/globals.h @@ -429,8 +429,7 @@ typedef struct { char ChanKey_test_delay_mode; /* 193 */ - char spec_func_lib[10]; /* 194 - name of the special functions library used. Normally spec1.lib */ - char firmware[16]; /* 204 - name of the special functions library used. Normally spec1.lib */ + char obs_unused[26]; /* 194 - unused */ char sync_only; /* 220 */ @@ -831,6 +830,7 @@ typedef struct { bool has_gpmc; bool has_gpio; char remount_point[128]; + char firmware[16]; } HWDetectStruct; -- cgit