fix(cmsis-pack): fix a typo introduced recently (#4805)

This commit is contained in:
Gabriel Wang 2023-11-14 11:44:30 +00:00 committed by GitHub
parent 8328c579c6
commit aab314c26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,10 +782,6 @@
#define LV_USE_GIF 1
</RTE_Components_h>
/*! \brief enable RLE compressed bin image decoder support */
#define LV_USE_RLE 1
</RTE_Components_h>
</component>
<component Cgroup="lvgl" Csub="Libs RLE" condition="LVGL-Essential">
@ -796,7 +792,9 @@
</files>
<RTE_Components_h>
/*! \brief enable RLE compressed bin image decoder support */
#define LV_USE_RLE 1
</RTE_Components_h>
</component>
<component Cgroup="lvgl" Csub="Libs sJPG" condition="LVGL-Essential">