Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Platforms/Platforms.cpp
- Revision:
- 27:c920c5ec31af
- Parent:
- 21:20478f086bc2
- Child:
- 29:bdc4138b5171
--- a/Platforms/Platforms.cpp Fri May 03 09:33:34 2019 +0000 +++ b/Platforms/Platforms.cpp Sat May 04 13:26:50 2019 +0000 @@ -19,7 +19,7 @@ } void Platforms::set_line_1(int length) { - // Lines move from R to L via deincrementing. + // Lines move from R to L via de-incrementing. _line_1.x_start--; if (_line_1.x_start < 80 - length) _line_1.x_end--; // Only move end of the // line if the line length is fully on the screen.