mirror of https://github.com/ARMmbed/mbed-os.git
STM32: fix compilation error with STM32F1
parent
be2a6ae273
commit
2e2b408580
|
@ -17,7 +17,7 @@
|
|||
#define MBED_CAN_DEVICE_H
|
||||
|
||||
#include "cmsis.h"
|
||||
#include "stm32f1.h"
|
||||
#include "stm32f1xx.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue