Skip to content

Commit 2e2b408

Browse files
committed
STM32: fix compilation error with STM32F1
1 parent be2a6ae commit 2e2b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/can_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define MBED_CAN_DEVICE_H
1818

1919
#include "cmsis.h"
20-
#include "stm32f1.h"
20+
#include "stm32f1xx.h"
2121

2222
#ifdef __cplusplus
2323
extern "C" {

0 commit comments

Comments
 (0)