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: print_LCD.h
- Revision:
- 2:54c537a2569a
- Parent:
- 1:dc648c5624b9
--- a/print_LCD.h Wed Jan 10 09:50:29 2018 +0000
+++ b/print_LCD.h Fri Jan 26 13:20:05 2018 +0000
@@ -22,7 +22,7 @@
lcd.locate(2,1);
lcd.printf(":");
lcd.locate(3,1);
- lcd.printf("%i", mi);
+ lcd.printf("%i", mi);
lcd.locate(4,1);
lcd.printf("%i", mmi);
lcd.locate(5,1);