diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-11-03 21:33:13 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-11-03 21:33:13 +0100 |
commit | f188c2cf1a275dbe9d79683e3d66b765eb816804 (patch) | |
tree | 85b9e268964a832f179230a57d58c641d02f4c1f /src/DSi_NWifi.cpp | |
parent | e4f4e94694f4e4aaac5b78704fee1c39f11dd034 (diff) |
hopefully get the compiler to shut up
Diffstat (limited to 'src/DSi_NWifi.cpp')
-rw-r--r-- | src/DSi_NWifi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DSi_NWifi.cpp b/src/DSi_NWifi.cpp index d95def5..76e707d 100644 --- a/src/DSi_NWifi.cpp +++ b/src/DSi_NWifi.cpp @@ -163,7 +163,7 @@ void DSi_NWifi::Reset() const Firmware* fw = NDS::SPI->GetFirmware(); - MacAddress mac = fw->GetHeader().MacAddress; + MacAddress mac = fw->GetHeader().MacAddr; Log(LogLevel::Info, "NWifi MAC: %02X:%02X:%02X:%02X:%02X:%02X\n", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]); |