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: C12832_lcd LCD_fonts mbed mbed-rtos
Diff: Person.cpp
- Revision:
- 13:70e31c1d8205
- Parent:
- 12:c74115744b24
- Child:
- 18:0f6f2aa2339d
--- a/Person.cpp Mon Dec 05 12:01:14 2016 +0000
+++ b/Person.cpp Mon Dec 05 12:11:29 2016 +0000
@@ -38,5 +38,5 @@
}
bool Person::isGround(int height){
- return height == (p.y + HERSON_SIZE - 1);
+ return height == (p.y + PERSON_SIZE - 1);
}
\ No newline at end of file