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: Controller.h
- Revision:
- 6:ee7485ea71c9
- Parent:
- 5:9af1305f7779
- Child:
- 8:cb50a25a7f8a
--- a/Controller.h Mon Apr 13 08:31:37 2015 +0000 +++ b/Controller.h Thu Apr 16 09:28:18 2015 +0000 @@ -250,7 +250,7 @@ move_type[s] = r; break; case 2: - wait_wait_times[s] = (unsigned long long) r; + wait_times[s] = (unsigned long long) r; break; case 3: press_times[s] = (unsigned long long) r; @@ -271,7 +271,7 @@ } for (int i = 0; i < s; i++) { pc.printf("\n\r %d", move_type[i]); - pc.printf(" %d", wait_wait_times[i]); + pc.printf(" %d", wait_times[i]); pc.printf(" %d", press_times[i]); } fclose(fp);