We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ca7f9 commit 782fc69Copy full SHA for 782fc69
src/nimble/esp_port/port/include/esp_nimble_cfg.h
@@ -18,11 +18,6 @@
18
#define MYNEWT_VAL(x) MYNEWT_VAL_ ## x
19
#define MYNEWT_VAL_CHOICE(_name, _val) MYNEWT_VAL_ ## _name ## __ ## _val
20
21
-#ifndef IRAM_ATTR_64MCPU
22
-#define IRAM_ATTR_64MCPU
23
-#endif
24
-
25
26
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S3
27
#define NIMBLE_CFG_CONTROLLER 0
28
#else
0 commit comments