Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE
This commit is contained in:
parent
a2a00bd745
commit
8cd600d8e8
24 changed files with 24 additions and 24 deletions
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef LV_CONF_INCLUDE_SIMPLE
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "lvgl/lvgl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue