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: mbed SDFileSystem
Diff: include/global.h
- Revision:
- 2:a694440145e9
- Parent:
- 0:c347f602596d
- Child:
- 5:a37e3a15444b
diff -r 71c9c97c9f3d -r a694440145e9 include/global.h --- a/include/global.h Sun Apr 21 02:50:19 2019 +0000 +++ b/include/global.h Tue Apr 23 08:47:11 2019 +0000 @@ -3,8 +3,14 @@ #include "UartReceiver.h" #include "CommandParser.h" +#include "TimeManager.h" +extern TimeManager *pTM; extern CommandParser *pCP; extern UartReceiver *pUR; +/* define command rules */ +extern CmdParseRule rules[]; +extern int getNumOfRules; + #endif /* _GLOBAL_H_ */ \ No newline at end of file