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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: inc/global.h
- Revision:
- 7:c0c03193612d
- Parent:
- 3:8ea4db957749
- Child:
- 9:ef0ca2f8a8a6
--- a/inc/global.h Tue Sep 06 19:35:50 2016 +0000 +++ b/inc/global.h Tue Sep 06 20:08:13 2016 +0000 @@ -10,6 +10,7 @@ #include "mbed.h" #include "rtos.h" #include "ntshell.h" +#include "mDot.h" #define SUPPRESS_OUTPUT @@ -46,5 +47,6 @@ extern int func_write(const char *buf, int cnt); extern int func_cb_ntshell(const char *text); extern void func_cb_ntopt(int argc, char **argv); +extern mDot *GLOBAL_mdot; #endif \ No newline at end of file