Skip to content

Commit f38ee3c

Browse files
committed
K64F serial - fix device macro for serial flow
1 parent f51d8cf commit f38ee3c

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F

1 file changed

+1
-1
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/serial_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void serial_break_clear(serial_t *obj) {
280280
uart_addrs[obj->index]->C2 &= ~UART_C2_SBK_MASK;
281281
}
282282

283-
#if DEVICE_HAS_SERIAL_FC
283+
#if DEVICE_SERIAL_FC
284284

285285
/*
286286
* Only hardware flow control is implemented in this API.

0 commit comments

Comments
 (0)