hopefully get the compiler to shut up

This commit is contained in:
Arisotura
2023-11-03 21:33:13 +01:00
parent e4f4e94694
commit f188c2cf1a
6 changed files with 8 additions and 9 deletions

View File

@ -45,7 +45,6 @@ constexpr const char* const DEFAULT_SSID = "melonAP";
constexpr int EXTENDED_WIFI_SETTINGS_OFFSET = -0xA00;
using FirmwareIdentifier = std::array<u8, 4>;
using MacAddress = std::array<u8, 6>;
constexpr FirmwareIdentifier GENERATED_FIRMWARE_IDENTIFIER = {'M', 'E', 'L', 'N'};
@ -283,7 +282,7 @@ public:
u8 Unused3[6];
MacAddress MacAddress;
MacAddress MacAddr;
u16 EnabledChannels;