Skip to content

Commit 7de66cd

Browse files
committed
[bsp][stm32][libraries] Remove #include <rtthread.h>
1 parent af95348 commit 7de66cd

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
/* Includes ------------------------------------------------------------------*/
4646
#include "stm32f0xx_hal_conf.h"
47-
#include <rtthread.h>
4847

4948
/** @addtogroup STM32F0xx_HAL_Driver
5049
* @{

bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h

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

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32f1xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32F1xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32f2xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32F2xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32f4xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32F4xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32f7xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32F7xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h

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

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32g0xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32G0xx_HAL_Driver
3433
* @{

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

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

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

3332
/** @addtogroup STM32G4xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32h7xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32H7xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32l0xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32L0xx_HAL_Driver
3433
* @{

bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32l4xx_hal_conf.h"
31-
#include <rtthread.h>
3231

3332
/** @addtogroup STM32L4xx_HAL_Driver
3433
* @{

0 commit comments

Comments
 (0)