test(asset): add guard to test_img_emoji_F617 (#5559)

This commit is contained in:
Gabor Kiss-Vamosi 2024-02-02 03:22:21 +01:00 committed by GitHub
parent b6bb3a5329
commit 6ad2bf4deb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"
#else
#include "../../../lvgl.h"
#endif
#include "../../lvgl.h"
#if LV_BUILD_EXAMPLES
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV_ATTRIBUTE_MEM_ALIGN
@ -245,3 +243,5 @@ const lv_image_dsc_t emoji_F617 = {
.data_size = 5184 * LV_COLOR_DEPTH / 8,
.data = emoji_F617_map,
};
#endif /*LV_BUILD_EXAMPLES*/