aboutsummaryrefslogtreecommitdiff
path: root/src/Wifi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r--src/Wifi.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp
index 2957007..4502f18 100644
--- a/src/Wifi.cpp
+++ b/src/Wifi.cpp
@@ -55,7 +55,7 @@ u16 RFData1;
u16 RFData2;
u32 RFRegs[0x40];
-typedef struct
+struct TXSlot
{
u16 Addr;
u16 Length;
@@ -63,8 +63,7 @@ typedef struct
u8 CurPhase;
u32 CurPhaseTime;
u32 HalfwordTimeMask;
-
-} TXSlot;
+};
TXSlot TXSlots[6];