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: Tank/Tank.h
- Revision:
- 22:9e9685856ce1
- Parent:
- 21:44e87d88afe2
--- a/Tank/Tank.h Thu May 09 13:10:16 2019 +0000 +++ b/Tank/Tank.h Thu May 09 13:45:05 2019 +0000 @@ -120,7 +120,7 @@ //Member Methods /** - * @brief Moves the tank left or right depending on the whether the input is negative or posititive. + * @brief Moves the tank left or right depending on the whether the input is negative or positive. * @param d @details The direction the tank should move */ void move_position(int d);