Skip to content

Commit

Permalink
Fix uppercase address format config
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jan 12, 2025
1 parent 34d8540 commit d21e675
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/nimconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
/**
* @brief Un-comment to use uppercase letters when printing address.
*/
//#define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1
// #define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 1

/**********************************
End Arduino user-config
Expand Down Expand Up @@ -371,14 +371,6 @@
#define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
#endif

#ifndef CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
#define CONFIG_NIMBLE_CPP_ADDR_FMT_INCLUDE_DELIMITER 0
#endif

#ifndef CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE
#define CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE 0
#endif

#if CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED && !defined NDEBUG
void nimble_cpp_assert(const char *file, unsigned line) __attribute((weak, noreturn));
# define NIMBLE_ATT_VAL_FILE (__builtin_strrchr(__FILE__, '/') ? \
Expand Down

0 comments on commit d21e675

Please sign in to comment.