Skip to content

Commit 204271c

Browse files
authored
Merge pull request #3151 from SummerGGift/1024
[fix] add #include <rtthread.h> for stm32g4xx_hal.h
2 parents 3a880c1 + 8978d2f commit 204271c

File tree

8 files changed

+1
-2594
lines changed

8 files changed

+1
-2594
lines changed

bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extern "C" {
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32g4xx_hal_conf.h"
31+
#include <rtthread.h>
3132

3233
/** @addtogroup STM32G4xx_HAL_Driver
3334
* @{

bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS2/Include/cmsis_os2.h

Lines changed: 0 additions & 756 deletions
This file was deleted.

bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS2/Include/os_tick.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/RTOS2/Source/os_systick.c

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)