Settings: Extra Ethernet settings on ValueCAN 4 and RAD-Pluto

This commit is contained in:
Paul Hollinsky
2021-05-10 21:17:31 -04:00
parent 6f8e073fd1
commit b97f358a0f
2 changed files with 8 additions and 2 deletions
@@ -61,11 +61,15 @@ typedef struct {
uint8_t usbSelect;
uint8_t pad;
} custom;
ETHERNET_SETTINGS2 ethernet2;
} radpluto_settings_t;
#pragma pack(pop)
#ifdef __cplusplus
static_assert(sizeof(radpluto_settings_t) == 322, "RAD-Pluto Settings are not packed correctly!");
#include <iostream>
class RADPlutoSettings : public IDeviceSettings {