aboutsummaryrefslogtreecommitdiff
path: root/pw_tokenizer/public/pw_tokenizer/nested_tokenization.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_tokenizer/public/pw_tokenizer/nested_tokenization.h')
-rw-r--r--pw_tokenizer/public/pw_tokenizer/nested_tokenization.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/pw_tokenizer/public/pw_tokenizer/nested_tokenization.h b/pw_tokenizer/public/pw_tokenizer/nested_tokenization.h
index ab720c703..6c6fe25e5 100644
--- a/pw_tokenizer/public/pw_tokenizer/nested_tokenization.h
+++ b/pw_tokenizer/public/pw_tokenizer/nested_tokenization.h
@@ -17,13 +17,8 @@
#include <inttypes.h>
-// This character is used to mark the start of all tokenized messages. For
-// consistency, it is recommended to always use $ if possible.
-// If required, a different non-Base64 character may be used as a prefix.
-//
-// A string version of the character is required for format-string-literal
-// concatenation.
-#define PW_TOKENIZER_NESTED_PREFIX_STR "$"
+#include "pw_tokenizer/config.h"
+
#define PW_TOKENIZER_NESTED_PREFIX PW_TOKENIZER_NESTED_PREFIX_STR[0]
/// Format specifier for a token argument.