Skip to content

Commit d21e675

Browse files
committed
Fix uppercase address format config
1 parent 34d8540 commit d21e675

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/nimconfig.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
/**
164164
* @brief Un-comment to use uppercase letters when printing address.
165165
*/
166-
//#define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1
166+
// #define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1
167167

168168
/**********************************
169169
End Arduino user-config
@@ -371,14 +371,6 @@
371371
#define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
372372
#endif
373373

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-
382374
#if CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED && !defined NDEBUG
383375
void nimble_cpp_assert(const char *file, unsigned line) __attribute((weak, noreturn));
384376
# define NIMBLE_ATT_VAL_FILE (__builtin_strrchr(__FILE__, '/') ? \

0 commit comments

Comments
 (0)