Skip to content

Commit 782fc69

Browse files
authored
removed unused compiler macro
1 parent 66ca7f9 commit 782fc69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/nimble/esp_port/port/include/esp_nimble_cfg.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
#define MYNEWT_VAL(x) MYNEWT_VAL_ ## x
1919
#define MYNEWT_VAL_CHOICE(_name, _val) MYNEWT_VAL_ ## _name ## __ ## _val
2020

21-
#ifndef IRAM_ATTR_64MCPU
22-
#define IRAM_ATTR_64MCPU
23-
#endif
24-
25-
2621
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S3
2722
#define NIMBLE_CFG_CONTROLLER 0
2823
#else

0 commit comments

Comments
 (0)