1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/nucleo32: fix arduino pinmap for stm32l011k4

This commit is contained in:
Alexandre Abadie 2020-10-13 15:30:47 +02:00
parent 58ad0168e7
commit 68b6e4f7ef
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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