mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
fix: include v9.2 api map to avoid breaking changes (#8490)
This commit is contained in:
@@ -131,6 +131,7 @@ extern "C" {
|
|||||||
#include "src/lv_api_map_v8.h"
|
#include "src/lv_api_map_v8.h"
|
||||||
#include "src/lv_api_map_v9_0.h"
|
#include "src/lv_api_map_v9_0.h"
|
||||||
#include "src/lv_api_map_v9_1.h"
|
#include "src/lv_api_map_v9_1.h"
|
||||||
|
#include "src/lv_api_map_v9_2.h"
|
||||||
|
|
||||||
#if LV_USE_PRIVATE_API
|
#if LV_USE_PRIVATE_API
|
||||||
#include "src/lvgl_private.h"
|
#include "src/lvgl_private.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user