diff options
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r-- | src/Wifi.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp index a6a5d55..37039c5 100644 --- a/src/Wifi.cpp +++ b/src/Wifi.cpp @@ -124,6 +124,8 @@ void SetIRQ14(bool forced) if (!forced) IOPORT(W_BeaconCount1) = IOPORT(W_BeaconInterval); + else + printf("wifi: weird forced IRQ14\n"); IOPORT(W_BeaconCount2) = 0xFFFF; IOPORT(W_TXReqRead) &= 0xFFF2; // todo, eventually? |