Skip to content

Commit 34d8540

Browse files
committed
Fix address delimiter config.
1 parent 8581324 commit 34d8540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NimBLEAddress.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# include <algorithm>
2525

2626
# ifdef CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
27-
# define NIMBLE_CPP_ADDR_DELIMITER ":"
28-
# else
2927
# define NIMBLE_CPP_ADDR_DELIMITER ""
28+
# else
29+
# define NIMBLE_CPP_ADDR_DELIMITER ":"
3030
# endif
3131

3232
# ifdef CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE

0 commit comments

Comments
 (0)