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

View File

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