Functions related to printing to the LCD

Dependents:   Year3_Version7_ET

Revision:
2:dd699b3c02bd
Parent:
0:063d075c40cb
--- a/lcd_functions.hpp	Fri Dec 07 15:26:28 2018 +0000
+++ b/lcd_functions.hpp	Thu Jan 03 13:46:31 2019 +0000
@@ -7,6 +7,6 @@
 extern Mutex date_mutex;
 extern time_t currentTime;
 
-extern void displayOnLcd();
+extern void UpdateTime();
 
 #endif
\ No newline at end of file