diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-10 09:10:03 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-10 09:10:03 -0400 |
| commit | 4798d10e2bd178c4fb120635ef525cd0f592dc84 (patch) | |
| tree | 95813dd4c73e9a52882f4b150a0c2feb46ff757e /docs/source/lang/cpp/define.rst | |
| parent | b078de0361d2b8db5d7195aaaf36103759e60963 (diff) | |
Docs: Use "BOARD_LED_PIN" instead of "13".
Fix examples where pin 13 was used explicitly instead of
BOARD_LED_PIN. Also change an AVR-specific example in
docs/lang/cpp/booleanvariables.rst to Maple conventions.
Diffstat (limited to 'docs/source/lang/cpp/define.rst')
| -rw-r--r-- | docs/source/lang/cpp/define.rst | 6 |
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 -------- |
