mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-12 14:50:05 -05:00
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
config TEST
|
|
bool
|
|
default A && (B || !C && D = "E") || F > G || !!!H
|
|
|
|
choice CHOICE
|
|
bool "choice"
|
|
|
|
config TEST_CHOICE
|
|
bool "test choice" if A
|
|
|
|
endchoice
|