UART Command Parser Time Manager Data Store for SD Card for stm32l476 [it's not Licensed as BSD/GPLx]

Dependencies:   mbed SDFileSystem

Revision:
2:a694440145e9
Parent:
0:c347f602596d
Child:
5:a37e3a15444b
--- a/common/global.cpp	Sun Apr 21 02:50:19 2019 +0000
+++ b/common/global.cpp	Tue Apr 23 08:47:11 2019 +0000
@@ -1,4 +1,5 @@
 #include "global.h"
 
 CommandParser *pCP;
-UartReceiver *pUR;
\ No newline at end of file
+UartReceiver *pUR;
+TimeManager *pTM;