diff options
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r-- | src/Wifi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp index dbe836f..0cab3c7 100644 --- a/src/Wifi.cpp +++ b/src/Wifi.cpp @@ -28,8 +28,8 @@ namespace Wifi { -//#define WIFI_LOG printf -#define WIFI_LOG(...) {} +#define WIFI_LOG printf +//#define WIFI_LOG(...) {} u8 RAM[0x2000]; u16 IO[0x1000>>1]; |