1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo32-common: include arduino pinmap in board definitions

This commit is contained in:
Alexandre Abadie 2017-03-27 09:46:15 +02:00
parent c0ae690a7c
commit 34dcc8e947

View File

@ -23,6 +23,7 @@
#include "cpu.h"
#include "periph_conf.h"
#include "arduino_pinmap.h"
#ifdef __cplusplus
extern "C" {