mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 17:53:45 +08:00
fix(cmsis-pack): fix a typo introduced recently (#4805)
This commit is contained in:
parent
8328c579c6
commit
aab314c26b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user