diff options
Diffstat (limited to 'docs/Protocol.md')
-rw-r--r-- | docs/Protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Protocol.md b/docs/Protocol.md index c6fce029..f73a195a 100644 --- a/docs/Protocol.md +++ b/docs/Protocol.md @@ -115,7 +115,7 @@ Declaring constants Constants can also be exported. For example, the following: ``` -DECL_CONSTANT(SERIAL_BAUD, 250000); +DECL_CONSTANT("SERIAL_BAUD", 250000); ``` would export a constant named "SERIAL_BAUD" with a value of 250000 |