[fix] add #include <rtthread.h> for stm32g4xx_hal.h
This commit is contained in:
parent
2c61050570
commit
0b0936cae1
|
@ -28,6 +28,7 @@ extern "C" {
|
|||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32g4xx_hal_conf.h"
|
||||
#include <rtthread.h>
|
||||
|
||||
/** @addtogroup STM32G4xx_HAL_Driver
|
||||
* @{
|
||||
|
|
Loading…
Reference in New Issue