fix lv_conf.h include

This commit is contained in:
Amir Gonnen
2019-04-21 02:47:58 +03:00
parent 2fbc082633
commit 4a663c42d4

View File

@@ -6,7 +6,12 @@
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "../../../lv_conf.h"
#endif
#include "lv_area.h"
#include "lv_math.h"