aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/cpp/define.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/cpp/define.rst')
-rw-r--r--docs/source/lang/cpp/define.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/lang/cpp/define.rst b/docs/source/lang/cpp/define.rst
index bdf7283..b22085f 100644
--- a/docs/source/lang/cpp/define.rst
+++ b/docs/source/lang/cpp/define.rst
@@ -43,9 +43,9 @@ Example
::
- #define LED_PIN 13
- // The compiler will replace any mention of LED_PIN with
- // the value 3 at compile time.
+ #define MAPLE_LED_PIN 13
+ // The compiler will replace any mention of MAPLE_LED_PIN with
+ // the value 13 at compile time.
See Also
--------