Skip to content

Commit

Permalink
Merge branch 'fix/fix_esp32c6_wifi_iperf_example_build_error' into 'm…
Browse files Browse the repository at this point in the history
…aster'

fix(example): fix wifi iperf example build errors when enabled CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS

See merge request espressif/esp-idf!30174
  • Loading branch information
jack0c committed Apr 22, 2024
2 parents 64bb591 + 5617bfa commit c119fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ typedef struct {
uint32_t mu_bru_id_2047: 16;
uint32_t mu_uru_id_2046: 16;
#else
uint32_t rc_alloc_96_num_2046;
uint32_t ru_alloc_96_num_2046;
uint32_t ru_alloc_112_num_2046;
#endif
} esp_test_rx_mu_statistics_t; //10932 bytes
Expand Down

0 comments on commit c119fa0

Please sign in to comment.