diff options
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r-- | src/Wifi.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp index 1486b40..1441d1d 100644 --- a/src/Wifi.cpp +++ b/src/Wifi.cpp @@ -24,6 +24,8 @@ #include "WifiAP.h" #include "Platform.h" +namespace melonDS +{ using Platform::Log; using Platform::LogLevel; @@ -2265,3 +2267,5 @@ u8* Wifi::GetBSSID() { return (u8*)&IOPORT(W_BSSID0); } + +}
\ No newline at end of file |