fix(ebike): fix include path

This commit is contained in:
Gabor Kiss-Vamosi
2024-10-17 10:35:35 +02:00
committed by VIFEX
parent 0bbded79c8
commit 255352b566

View File

@@ -13,7 +13,7 @@ extern "C" {
/********************* /*********************
* INCLUDES * INCLUDES
*********************/ *********************/
#include "../../../lvgl/lvgl.h" #include "../../lvgl.h"
#if LV_USE_DEMO_EBIKE #if LV_USE_DEMO_EBIKE