From b3406e338939a8d88ac2ca2196c9df1a55903c23 Mon Sep 17 00:00:00 2001 From: bcostm Date: Wed, 15 Nov 2017 09:07:52 +0100 Subject: [PATCH] STM32: fix compilation error with STM32F1 --- targets/TARGET_STM/TARGET_STM32F1/can_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/TARGET_STM32F1/can_device.h b/targets/TARGET_STM/TARGET_STM32F1/can_device.h index dee4be6914..3a8438faed 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/can_device.h +++ b/targets/TARGET_STM/TARGET_STM32F1/can_device.h @@ -17,7 +17,7 @@ #define MBED_CAN_DEVICE_H #include "cmsis.h" -#include "stm32f1.h" +#include "stm32f1xx.h" #ifdef __cplusplus extern "C" {