fix(cmsis-pack): fix a typo introduced recently (#4805)
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user