mbed lib with startup delay fixed for Nucleo401RE
Fork of mbed-src by
Revision 575:30f9462b5296, committed 2015-06-24
- Comitter:
- mbed_official
- Date:
- Wed Jun 24 09:45:13 2015 +0100
- Parent:
- 574:8e5b2476066a
- Child:
- 576:99a3d3d9c43f
- Commit message:
- Synchronized with git revision 81e206d2adda550835a82f9b108b4a713e16073d
Full URL: https://github.com/mbedmicro/mbed/commit/81e206d2adda550835a82f9b108b4a713e16073d/
Since code for this target can't be built with the online compiler at the
moment, disable it until we upgrade to a newer version of the compiler.
Changed in this revision
api/mbed.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/api/mbed.h Fri Jun 19 09:30:08 2015 +0100 +++ b/api/mbed.h Wed Jun 24 09:45:13 2015 +0100 @@ -16,7 +16,7 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 101 +#define MBED_LIBRARY_VERSION 102 #include "platform.h"