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: SDFileSystem mbed
Fork of PES4_Programme by
Diff: source/main.cpp
- Revision:
- 57:79fed71031da
- Parent:
- 56:218601547d13
- Child:
- 58:cda5298c9b7f
--- a/source/main.cpp Sat Mar 31 15:53:13 2018 +0000 +++ b/source/main.cpp Sat Mar 31 21:45:08 2018 +0000 @@ -160,7 +160,7 @@ case 53: if(user[1].valid == false) { - printf("\r\nNo valid data in struct, try to run case 54\r\n\n"); + printf("\r\nNo valid data in struct, try to run case 52\r\n\n"); } else { printf("\r\nMedication display test tool:\r\n"); printf("Enter Day (0..6) and Moment (0..4)\r\nTo exit enter Day > 6:\r\n"); @@ -175,7 +175,7 @@ for(int i=0; i<6; i++) { printf("%d", user[1].medication.day[day].moment[moment].medContainer.container[i]); } - printf("\r\nThe Alarmclock is set for %02d:%02d",user[1].medication.day[day].moment[moment].time.hour,user[1].medication.day[day].moment[moment].time.minute); + printf("\r\nThe alarm clock is set for %02d:%02d",user[1].medication.day[day].moment[moment].time.hour,user[1].medication.day[day].moment[moment].time.minute); } printf("\r\n"); fflush(stdin);