瀏覽代碼

[bsp][stm32][libraries] Remove #include <rtthread.h>

BalanceTWK 4 年之前
父節點
當前提交
7de66cd38c

+ 0 - 1
bsp/stm32/libraries/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h

@@ -44,7 +44,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f0xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32F0xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32F1xx_HAL/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h

@@ -28,7 +28,6 @@ extern "C" {
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f1xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32F1xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32F2xx_HAL/STM32F2xx_HAL_Driver/Inc/stm32f2xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f2xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32F2xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32F4xx_HAL/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f4xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32F4xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32F7xx_HAL/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f7xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32F7xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32G0xx_HAL/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h

@@ -28,7 +28,6 @@ extern "C" {
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32g0xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32G0xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32G4xx_HAL/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h

@@ -28,7 +28,6 @@ extern "C" {
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32g4xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32G4xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32H7xx_HAL/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32h7xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32H7xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32L0xx_HAL/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32l0xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32L0xx_HAL_Driver
   * @{

+ 0 - 1
bsp/stm32/libraries/STM32L4xx_HAL/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h

@@ -28,7 +28,6 @@
 
 /* Includes ------------------------------------------------------------------*/
 #include "stm32l4xx_hal_conf.h"
-#include <rtthread.h>
 
 /** @addtogroup STM32L4xx_HAL_Driver
   * @{