diff options
Diffstat (limited to 'docs/source/lang/cpp/dowhile.rst')
-rw-r--r-- | docs/source/lang/cpp/dowhile.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/lang/cpp/dowhile.rst b/docs/source/lang/cpp/dowhile.rst index fe92226..d229122 100644 --- a/docs/source/lang/cpp/dowhile.rst +++ b/docs/source/lang/cpp/dowhile.rst @@ -23,5 +23,4 @@ Example:: x = readSensors(); // check the sensors } while (x < 100); - -.. include:: cc-attribution.txt +.. include:: /arduino-cc-attribution.txt |