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: Main/main.cpp
- Revision:
- 4:402c27b212c1
- Parent:
- 3:dd4678a85a1a
--- a/Main/main.cpp Thu May 04 13:56:12 2017 +0000
+++ b/Main/main.cpp Fri May 05 12:53:09 2017 +0000
@@ -63,8 +63,8 @@
int four = ((rand())%4)+1; //produce a number between 1 to 4
printf("%i\n", four);
- /*@x - the width of human
- *@y - the length of human*/
+ /*@param x - the width of human
+ *@param y - the length of human*/
x = person.humanX();
//printf("Pass one ");
y = person.humanY();