Skip to content

Commit

Permalink
[rtl872x] coex: change default tdma to 0x61, 0x20, 0x03, 0x11, 0x10
Browse files Browse the repository at this point in the history
  • Loading branch information
avtolstoy committed Apr 29, 2024
1 parent 9deeeef commit dd3bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/src/rtl872x/rtl_sdk_support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ volatile bool s_wifiConnectionState = false;
volatile bool s_tdmaSkip = false;

uint32_t s_coexTable[3] = {0x55555555, 0xaaaa5555, 0xf0ffffff};
uint8_t s_tdmaTable[5] = {0x61, 0x08, 0x03, 0x11, 0x14};
uint8_t s_tdmaTable[5] = {0x61, 0x20, 0x03, 0x11, 0x10};
void* s_coex_struct = nullptr;
#endif
}
Expand Down

0 comments on commit dd3bc63

Please sign in to comment.