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.
Dependents: CanNucleoF0_example
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC11UXX/serial_api.c
- Revision:
- 140:ca60b7a31055
- Parent:
- 59:ef93cc6bbf65
- Child:
- 227:7bd0639b8911
--- a/targets/hal/TARGET_NXP/TARGET_LPC11UXX/serial_api.c Thu Mar 27 09:45:07 2014 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11UXX/serial_api.c Tue Apr 01 10:00:07 2014 +0100 @@ -16,6 +16,7 @@ // math.h required for floating point operations for baud rate calculation #include <math.h> #include <string.h> +#include <stdlib.h> #include "serial_api.h" #include "cmsis.h"
