Merge branch 'bugfix/gap_name_appearance_clobber_v5.4' into 'release/v5.4'

fix(nimble): Fix few nimble issues 21042026 (v5.4)

See merge request espressif/esp-idf!47941
This commit is contained in:
Rahul Tank
2026-04-28 11:57:27 +05:30
2 changed files with 5 additions and 1 deletions

View File

@@ -15,8 +15,12 @@
* attempt to use these macros without including this header will result in a
* compiler error.
*/
#ifndef MYNEWT_VAL
#define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name
#endif
#ifndef MYNEWT_VAL_CHOICE
#define MYNEWT_VAL_CHOICE(_name, _val) MYNEWT_VAL_ ## _name ## __ ## _val
#endif
#ifndef IRAM_ATTR_64MCPU
#define IRAM_ATTR_64MCPU IRAM_ATTR