mbed w/ spi bug fig

Dependents:   display-puck

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu May 15 17:15:05 2014 +0100
Parent:
191:69dccf9d09a7
Child:
193:cff126de7aaf
Commit message:
Synchronized with git revision 7fda8e7eb7dc291b40aa5035c83de8cd091941bf

Full URL: https://github.com/mbedmicro/mbed/commit/7fda8e7eb7dc291b40aa5035c83de8cd091941bf/

Changed in this revision

common/SerialBase.cpp Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_NXP/TARGET_LPC11U6X/device.h Show annotated file Show diff for this revision Revisions of this file
--- a/common/SerialBase.cpp	Thu May 15 15:45:06 2014 +0100
+++ b/common/SerialBase.cpp	Thu May 15 17:15:05 2014 +0100
@@ -81,7 +81,7 @@
   serial_break_clear(&_serial);
 }
 
-#ifdef DEVICE_SERIAL_FC
+#if DEVICE_SERIAL_FC
 void SerialBase::set_flow_control(Flow type, PinName flow1, PinName flow2) {
     FlowControl flow_type = (FlowControl)type;
     switch(type) {
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/device.h	Thu May 15 15:45:06 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/device.h	Thu May 15 17:15:05 2014 +0100
@@ -26,7 +26,6 @@
 #define DEVICE_ANALOGOUT        0
 
 #define DEVICE_SERIAL           1
-#define DEVICE_SERIAL_FC        1
 
 #define DEVICE_I2C              1
 #define DEVICE_I2CSLAVE         1