Adding missing #ifdef LV_CONF_INCLUDE_SIMPLE

This commit is contained in:
Alexander
2018-09-13 15:09:05 +03:00
parent a6b3addb4f
commit 47dacc09ef
2 changed files with 10 additions and 3 deletions

View File

@@ -13,7 +13,11 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "../../lv_conf.h"
#endif
#include <stdint.h>
/*********************