Skip to content

Commit

Permalink
Fix compile error for esp32c6 with NimBLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Oct 18, 2023
1 parent 04b51a7 commit d17808b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,9 @@

// Nimble APIs (BLE only)
#ifdef CONFIG_BT_NIMBLE_ENABLED
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
#include "esp_nimble_hci.h"
#endif
#include "nimble/nimble_port.h"
#include "nimble/nimble_port_freertos.h"
#include "host/ble_hs.h"
Expand Down

0 comments on commit d17808b

Please sign in to comment.