diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-07-25 20:32:54 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-07-25 20:32:54 +0200 |
commit | c7afa8d3f65f8d4e8cd44ec029fe1a1c06985536 (patch) | |
tree | 08490c7e201494a9f25a9fbdaa8743277bab189e /src | |
parent | 193c7ed97b1f10730d5b0c9910a17d5b1cb77d36 (diff) |
keep that one extra line in, tho
(remind me to rename these with the proper reg names)
Diffstat (limited to 'src')
-rw-r--r-- | src/Wifi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp index eb68f39..c57388a 100644 --- a/src/Wifi.cpp +++ b/src/Wifi.cpp @@ -2245,6 +2245,7 @@ void Write(u32 addr, u16 val) case 0x000: case 0x044: case 0x054: + case 0x098: case 0x0B0: case 0x0B6: case 0x0B8: |