mbed library sources(for async_print)
Fork of mbed-src by
Revision 192:42b1a45e48aa, committed 2014-05-15
- 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
--- 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