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 mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h
- Revision:
- 19:398f4c622e1b
- Parent:
- 13:0645d8841f51
--- a/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Mon Aug 12 13:49:01 2013 +0300 +++ b/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Mon Aug 19 18:17:02 2013 +0300 @@ -36,11 +36,11 @@ struct i2c_s { LPC_I2C_TypeDef *i2c; -}; - -struct spi_s { - LPC_SPI_TypeDef *spi; - unsigned char spi_n; +}; + +struct spi_s { + LPC_SPI_TypeDef *spi; + unsigned char spi_n; }; #include "gpio_object.h"