boards/nucleo32: fix arduino pinmap for nucleo-l432kc

This commit is contained in:
Alexandre Abadie 2019-10-07 14:30:36 +02:00
parent 8ff09158b0
commit 86360f73d4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -39,7 +39,7 @@ extern "C" {
#define ARDUINO_PIN_4 GPIO_PIN(PORT_B, 7)
#define ARDUINO_PIN_5 GPIO_PIN(PORT_B, 6)
#define ARDUINO_PIN_6 GPIO_PIN(PORT_B, 1)
#if defined(CPU_MODEL_STM32L031K6)
#if defined(CPU_MODEL_STM32L031K6) || defined(CPU_MODEL_STM32L432KC)
#define ARDUINO_PIN_7 GPIO_PIN(PORT_C, 14)
#define ARDUINO_PIN_8 GPIO_PIN(PORT_C, 15)
#else