STM32: fix compilation error with STM32F1

pull/5523/head
bcostm 2017-11-15 09:07:52 +01:00 committed by adbridge
parent 061edef904
commit b3406e3389
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" {