mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
Submodule components/bt/host/nimble/nimble updated: 44a5bbb58c...081879d953
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user