[fix] add #include <rtthread.h> for stm32g4xx_hal.h

This commit is contained in:
SummerGift 2019-10-24 17:25:41 +08:00
parent 2c61050570
commit 0b0936cae1
1 changed files with 1 additions and 0 deletions

View File

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