Skip to content

Commit

Permalink
Fix CI compilation error
Browse files Browse the repository at this point in the history
Co-authored-by: Liu Yi <[email protected]>
  • Loading branch information
C47D and lhdjply authored Aug 19, 2024
1 parent 36b1c1e commit b42bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/scale/lv_example_scale_7.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../../lv_examples.h"
#if LV_USE_SCALE && LV_BUILD_EXAMPLES

#include "lvgl/src/lvgl_private.h" //To expose the fields of lv_draw_task_t
#include "../../../src/lvgl_private.h" //To expose the fields of lv_draw_task_t

static void draw_event_cb(lv_event_t * e)
{
Expand Down

0 comments on commit b42bb66

Please sign in to comment.