mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

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"