Skip to content

Commit

Permalink
Fix address delimiter config.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jan 12, 2025
1 parent 8581324 commit 34d8540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NimBLEAddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# include <algorithm>

# ifdef CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
# define NIMBLE_CPP_ADDR_DELIMITER ":"
# else
# define NIMBLE_CPP_ADDR_DELIMITER ""
# else
# define NIMBLE_CPP_ADDR_DELIMITER ":"
# endif

# ifdef CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE
Expand Down

0 comments on commit 34d8540

Please sign in to comment.