mirror of https://github.com/RT-Thread/rt-thread
remove RT-Thread GUI
This commit is contained in:
parent
18cd47d3da
commit
a5df8c9d0b
|
@ -178,7 +178,7 @@
|
||||||
// </section>
|
// </section>
|
||||||
|
|
||||||
// <section name="RT_USING_RTGUI" description="RT-Thread/GUI" default="true" >
|
// <section name="RT_USING_RTGUI" description="RT-Thread/GUI" default="true" >
|
||||||
#define RT_USING_RTGUI
|
// #define RT_USING_RTGUI
|
||||||
// <integer name="RTGUI_NAME_MAX" description="the name size of RT-Thread/GUI widget/objects" default="12" />
|
// <integer name="RTGUI_NAME_MAX" description="the name size of RT-Thread/GUI widget/objects" default="12" />
|
||||||
#define RTGUI_NAME_MAX 12
|
#define RTGUI_NAME_MAX 12
|
||||||
// <bool name="RTGUI_USING_SMALL_SIZE" description="use small size in RT-Thread/GUI" default="true" />
|
// <bool name="RTGUI_USING_SMALL_SIZE" description="use small size in RT-Thread/GUI" default="true" />
|
||||||
|
|
Loading…
Reference in New Issue