chore(image): remove explicit initialization to always_zero (#4796)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-18 15:10:22 +08:00
committed by GitHub
parent defaafaa44
commit 511feb39be
139 changed files with 28 additions and 176 deletions
-1
View File
@@ -426,7 +426,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMAGE_IMG_COGWHEEL_RGB uint8_t img_cog
};
const lv_image_dsc_t img_cogwheel_rgb = {
.header.always_zero = 0,
.header.w = 100,
.header.h = 100,
.data_size = 10000 * LV_COLOR_DEPTH / 8,