mirror of https://github.com/ARMmbed/mbed-os.git
K64F serial - fix device macro for serial flow
parent
f51d8cfa3e
commit
f38ee3c049
|
|
@ -280,7 +280,7 @@ void serial_break_clear(serial_t *obj) {
|
|||
uart_addrs[obj->index]->C2 &= ~UART_C2_SBK_MASK;
|
||||
}
|
||||
|
||||
#if DEVICE_HAS_SERIAL_FC
|
||||
#if DEVICE_SERIAL_FC
|
||||
|
||||
/*
|
||||
* Only hardware flow control is implemented in this API.
|
||||
|
|
|
|||
Loading…
Reference in New Issue