The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
Diff: TARGET_LPC1768/objects.h
- Revision:
- 75:dc225afb6914
- Parent:
- 69:4a7918f48478
--- a/TARGET_LPC1768/objects.h Fri Dec 13 14:18:40 2013 +0200 +++ b/TARGET_LPC1768/objects.h Thu Dec 19 15:51:14 2013 +0200 @@ -20,6 +20,7 @@ #include "PortNames.h" #include "PeripheralNames.h" #include "PinNames.h" +#include "gpio_object.h" #ifdef __cplusplus extern "C" { @@ -47,7 +48,6 @@ struct serial_s { LPC_UART_TypeDef *uart; int index; - uint8_t count; }; struct analogin_s { @@ -71,8 +71,6 @@ LPC_SSP_TypeDef *spi; }; -#include "gpio_object.h" - #ifdef __cplusplus } #endif