From 740724fa52c0d697040748495e0b086e008f9ebe Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Fri, 1 Feb 2019 16:35:01 -0600 Subject: [PATCH] Remove ARDUINO form factor from FF1705_L151CC The FF1705_L151CC does not have the following pins D4, D5, D6, D7, D8, D9, A2, A3, A4, A5 so remove the ARDUINO form factor from it. --- targets/targets.json | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index c288fb53b5..e8a200648c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -4107,7 +4107,6 @@ "bootloader_supported": true }, "FF1705_L151CC": { - "supported_form_factors": ["ARDUINO"], "inherits": ["XDOT_L151CC"], "detect_code": ["8080"] },