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: Life_Powerup/Life_Powerup.h
- Revision:
- 135:888ae932cd70
- Parent:
- 131:c227bbfb38b0
- Child:
- 139:cd10ca4fc8ac
--- a/Life_Powerup/Life_Powerup.h Thu May 09 09:10:24 2019 +0000 +++ b/Life_Powerup/Life_Powerup.h Thu May 09 09:45:37 2019 +0000 @@ -58,12 +58,12 @@ void set_posy(int y); /** Retrieve the powerup's current x coordinate - * @return returns variable _x as an integer + * @returns variable _x as an integer */ int get_x(); /** Retrieve the powerup's current y coordinate - * @return returns variable _y as an integer + * @returns variable _y as an integer */ int get_y();