Merge pull request #4098 from balanceTWK/master_stm32

[bsp][stm32][libraries] Remove #include <rtthread.h>
This commit is contained in:
Bernard Xiong 2020-12-05 14:57:42 +08:00 committed by GitHub
commit 64e9cd9d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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