From 7321c8e3d7a89df3b129f9be9a64be2a3b19d495 Mon Sep 17 00:00:00 2001 From: Mathias Claussen | Elektor Labs Date: Thu, 6 Feb 2020 11:05:48 +0100 Subject: [PATCH] Update variant.cpp Removed entry of PA_3 for where PA_2 should be. Makes PA_2 now work --- variants/ELEKTOR_F072C8/variant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/ELEKTOR_F072C8/variant.cpp b/variants/ELEKTOR_F072C8/variant.cpp index 07d866b4ff..098b430fd9 100644 --- a/variants/ELEKTOR_F072C8/variant.cpp +++ b/variants/ELEKTOR_F072C8/variant.cpp @@ -66,7 +66,7 @@ const PinName digitalPin[] = { //Analog Pins PA_0, //D27, A0 PA_1, //D28, A1 - PA_3, //D29, A2 + PA_2, //D29, A2 PA_3, //D30, A3 PA_4, //D31, A4 PA_5, //D32, A5