mbed lib with startup delay fixed for Nucleo401RE
Fork of mbed-src by
Diff: common/pinmap_common.c
- Revision:
- 250:a49055e7a707
- Parent:
- 227:7bd0639b8911
- Child:
- 251:de9a1e4ffd79
--- a/common/pinmap_common.c Wed Jul 02 13:45:08 2014 +0100 +++ b/common/pinmap_common.c Tue Jul 08 11:15:08 2014 +0100 @@ -14,7 +14,7 @@ * limitations under the License. */ #include "pinmap.h" -#include "error.h" +#include "mbed_error.h" void pinmap_pinout(PinName pin, const PinMap *map) { if (pin == NC)