Skip to content

Commit 897625c

Browse files
committed
Give access to HAL_GetTick function
1 parent 52d38a1 commit 897625c

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

targets/TARGET_STM/TARGET_STM32F0/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f0xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32F1/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f1xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32F2/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f2xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32F3/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f3xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32F4/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f4xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32F7/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32f7xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

targets/TARGET_STM/TARGET_STM32L4/can_device.h

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

1919
#include "cmsis.h"
20+
#include "stm32l4xx_hal.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

0 commit comments

Comments
 (0)