From 865dc26148c5fa605d19ffedb50fae458e047513 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Fri, 1 Feb 2019 21:24:04 -0600 Subject: [PATCH] Remove SERIAL_FC from the ARM_IOTSS_BEID The ARM_IOTSS_BEID does not support flow control in its serial driver so it should not have SERIAL_FC in device_has. --- targets/targets.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 1c087a3fff..f2d74ebd4e 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -4990,7 +4990,6 @@ "PORTINOUT", "PORTOUT", "SERIAL", - "SERIAL_FC", "SPI", "SPISLAVE", "TSC", @@ -5014,7 +5013,6 @@ "PORTINOUT", "PORTOUT", "SERIAL", - "SERIAL_FC", "SPI", "SPISLAVE", "TSC",