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.
Fork of libmDot-mbed5 by
Revision 58:f98409fbdca5, committed 2016-11-04
- Comitter:
- Roietronics
- Date:
- Fri Nov 04 00:26:24 2016 +0000
- Parent:
- 57:610f9e955516
- Commit message:
- mbed 5 version with Threads compiler bug
Changed in this revision
mDot.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mDot.h Wed Oct 19 11:06:52 2016 -0500 +++ b/mDot.h Fri Nov 04 00:26:24 2016 +0000 @@ -4,7 +4,7 @@ #define MDOT_H #include "mbed.h" -#include "rtos.h" +//#include "rtos.h" #include "Mote.h" #include <vector> #include <map>