K64F serial - fix device macro for serial flow

pull/2451/head
0xc0170 2016-08-11 17:43:39 +01:00
parent f51d8cfa3e
commit f38ee3c049
1 changed files with 1 additions and 1 deletions

View File

@ -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.