diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-03 15:53:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 15:53:23 +0000 |
commit | 83648f2d3109bf16ac6f2317ab772803af11f482 (patch) | |
tree | e8207c55c4ae052ba07713892e998ab9050e9301 /src/Wifi.cpp | |
parent | f070eafce473c49979cfe8ec1d2dd65de9084884 (diff) | |
parent | cb58a422ac59f40825f7a7c2e9b75237eb04637d (diff) |
Merge branch 'master' into feature/zip-support
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r-- | src/Wifi.cpp | 5 |
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]; |