fix(wifi): fix wifi bugs 240919

This commit is contained in:
sibeibei
2024-10-08 15:36:40 +08:00
parent 2f2727828c
commit 02e9c850d8
3 changed files with 5 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ static const void* rom_funcs[] = {
pm_tx_null_data_done_process,
pm_start,
pm_stop,
pm_disconnected_wake,
#endif
};
static const char* rom_funcs_name[] = {
@@ -109,6 +110,7 @@ static const char* rom_funcs_name[] = {
"pm_tx_null_data_done_process",
"pm_start",
"pm_stop",
"pm_disconnected_wake",
#endif
};