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.
Diff: Point.cpp
- Revision:
- 4:f1e33a234a74
- Parent:
- 1:bb1507f0bb64
- Child:
- 5:d7d16cb9c974
--- a/Point.cpp Fri May 01 15:57:19 2015 +0000 +++ b/Point.cpp Tue May 12 16:21:33 2015 +0000 @@ -37,7 +37,7 @@ return 0x01 << positionHeight; } int Point :: getPositionDistance(void){ - return positionDistance%16; + return positionDistance; } void Point :: moveUp(){ if (positionHeight < 7){