solve conflicts

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-31 19:58:53 +02:00
15 changed files with 105 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
#if LV_USE_ARC && LV_BUILD_EXAMPLES
void lv_example_arc_1(void)
void lv_example_arc_1(void)
{
/*Create an Arc*/
lv_obj_t * arc = lv_arc_create(lv_scr_act());

View File

@@ -1,4 +1,4 @@
#include "../../../lvgl.h"
#include "../../../lvgl.h"
#if LV_USE_ARC && LV_BUILD_EXAMPLES