STM32: fix compilation error with STM32F1

pull/5486/head
bcostm 2017-11-15 09:07:52 +01:00
parent be2a6ae273
commit 2e2b408580
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define MBED_CAN_DEVICE_H
#include "cmsis.h"
#include "stm32f1.h"
#include "stm32f1xx.h"
#ifdef __cplusplus
extern "C" {