diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |