1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore(freertos): add missing include

This commit is contained in:
Gabor Kiss-Vamosi 2023-10-30 20:11:57 +01:00
parent 8fabcc6853
commit e08314df94

View File

@ -19,6 +19,8 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lv_os.h"
#if LV_USE_OS == LV_OS_FREERTOS
#include "FreeRTOS.h"