aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/cpp/unsignedchar.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/cpp/unsignedchar.rst')
-rw-r--r--docs/source/lang/cpp/unsignedchar.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/lang/cpp/unsignedchar.rst b/docs/source/lang/cpp/unsignedchar.rst
index 5b946ed..45fedeb 100644
--- a/docs/source/lang/cpp/unsignedchar.rst
+++ b/docs/source/lang/cpp/unsignedchar.rst
@@ -16,18 +16,17 @@ won't store negative numbers; it is also subject to the same
Example
-------
-::
+ ::
unsigned char c = 240;
See Also
--------
-
- :ref:`byte <lang-byte>`
- :ref:`int <lang-int>`
- :ref:`array <lang-array>`
- :ref:`SerialUSB.println() <lang-serialusb-println>`
- :ref:`Serial.println() <lang-serial-println>`
-.. include:: cc-attribution.txt
+.. include:: /arduino-cc-attribution.txt