Update/add settings structures for several devices

This commit is contained in:
Paul Hollinsky
2020-09-08 17:41:47 -04:00
parent de0c16a461
commit eaa1409af0
10 changed files with 465 additions and 9 deletions
@@ -59,6 +59,7 @@ typedef struct {
uint16_t pc_com_mode;
TIMESYNC_ICSHARDWARE_SETTINGS timeSyncSettings;
uint16_t hwComLatencyTestEn;
RAD_REPORTING_SETTINGS reporting;
} radstar2_settings_t;
#pragma pack(pop)