Skip to content

Commit f13b06a

Browse files
committed
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: Driver part
1 parent 97bf6fa commit f13b06a

File tree

128 files changed

+41539
-26021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+41539
-26021
lines changed

targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/Legacy/stm32_hal_legacy.h

Lines changed: 731 additions & 305 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_can_ex.h renamed to targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/Legacy/stm32f1xx_hal_can_ex_legacy.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
******************************************************************************
3-
* @file stm32f1xx_hal_can_ex.h
3+
* @file stm32f1xx_hal_can_ex_legacy.h
44
* @author MCD Application Team
55
* @brief Header file of CAN HAL Extension module.
66
******************************************************************************
@@ -34,8 +34,8 @@
3434
*/
3535

3636
/* Define to prevent recursive inclusion -------------------------------------*/
37-
#ifndef __STM32F1xx_HAL_CAN_EX_H
38-
#define __STM32F1xx_HAL_CAN_EX_H
37+
#ifndef __STM32F1xx_HAL_CAN_EX_LEGACY_H
38+
#define __STM32F1xx_HAL_CAN_EX_LEGACY_H
3939

4040
#ifdef __cplusplus
4141
extern "C" {
@@ -139,6 +139,6 @@ typedef struct
139139
}
140140
#endif
141141

142-
#endif /* __STM32F1xx_HAL_CAN_EX_H */
142+
#endif /* __STM32F1xx_HAL_CAN_EX_LEGACY_H */
143143

144144
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)