PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

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);