From 0a31227fddd1337a2fe549db7472f61ae6d4bba1 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Fri, 1 Feb 2019 20:58:05 -0600 Subject: [PATCH] Remove SERIAL_FC from the NCS36510 The NCS36510 does not support flow control in its serial driver so it should not have SERIAL_FC in device_has. --- targets/targets.json | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index f4ce81e17b..1c087a3fff 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7015,7 +7015,6 @@ "PORTOUT", "PWMOUT", "SERIAL", - "SERIAL_FC", "SLEEP", "SPI", "TRNG",