Skip to content

Commit

Permalink
Merge branch 'bugfix/nan_crash_sched_bcn_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Fix crash while stopping NAN (Backport v5.1)

See merge request espressif/esp-idf!28181
  • Loading branch information
jack0c committed Jan 3, 2024
2 parents 0aed680 + 6bc256a commit 453738c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/esp_wifi/wifi_apps/include/esp_nan.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
#define NDP_STATUS_REJECTED 2

#define NAN_MAX_PEERS_RECORD 15
#define ESP_NAN_PUBLISH 1
#define ESP_NAN_SUBSCRIBE 2
#define ESP_NAN_PUBLISH 2
#define ESP_NAN_SUBSCRIBE 1

/** Parameters of a peer service record */
struct nan_peer_record {
Expand Down

0 comments on commit 453738c

Please sign in to comment.