File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 163
163
/**
164
164
* @brief Un-comment to use uppercase letters when printing address.
165
165
*/
166
- //#define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1
166
+ // #define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1
167
167
168
168
/**********************************
169
169
End Arduino user-config
371
371
#define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
372
372
#endif
373
373
374
- #ifndef CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
375
- #define CONFIG_NIMBLE_CPP_ADDR_FMT_INCLUDE_DELIMITER 0
376
- #endif
377
-
378
- #ifndef CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE
379
- #define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 0
380
- #endif
381
-
382
374
#if CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED && !defined NDEBUG
383
375
void nimble_cpp_assert (const char * file , unsigned line ) __attribute((weak , noreturn ));
384
376
# define NIMBLE_ATT_VAL_FILE (__builtin_strrchr(__FILE__, '/') ? \
You can’t perform that action at this time.
0 commit comments