mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
227:7bd0639b8911
Parent:
46:bebbbd80dd87
--- a/targets/hal/TARGET_NXP/TARGET_LPC81X/i2c_api.c	Wed Jun 11 09:45:09 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC81X/i2c_api.c	Wed Jun 11 16:00:09 2014 +0100
@@ -16,7 +16,6 @@
 #include "i2c_api.h"
 #include "cmsis.h"
 #include "pinmap.h"
-#include "error.h"
 
 static const SWM_Map SWM_I2C_SDA[] = {
     {7, 24},
@@ -50,7 +49,7 @@
 }
 
 static inline void i2c_power_enable(i2c_t *obj) {
-    LPC_SYSCON->SYSAHBCLKCTRL |= (1<<5);	
+    LPC_SYSCON->SYSAHBCLKCTRL |= (1<<5);
     LPC_SYSCON->PRESETCTRL &= ~(0x1<<6);
     LPC_SYSCON->PRESETCTRL |= (0x1<<6);
 }