File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ config EXAMPLES_FBCON_BPP_NX_DEFAULT
58
58
config EXAMPLES_FBCON_CUSTOM_BPP
59
59
bool "Choose custom BPP (must not be disabled in NX)"
60
60
61
+ endchoice # EXAMPLES_FBCON_BPP_SELECTION
62
+
61
63
choice EXAMPLES_FBCON_CUSTOM_BPP
62
64
prompt "Custom Font pixel depth (BPP - Bits Per Pixel)"
63
65
depends on EXAMPLES_FBCON_CUSTOM_BPP
@@ -93,7 +95,6 @@ config EXAMPLES_FBCON_32BPP
93
95
depends on !NX_DISABLE_32BPP
94
96
95
97
endchoice # EXAMPLES_FBCON_CUSTOM_BPP
96
- endchoice # EXAMPLES_FBCON_BPP_SELECTION
97
98
98
99
comment "Console appearance"
99
100
@@ -169,7 +170,7 @@ comment "FB Console App Escape code decoding"
169
170
config EXAMPLES_FBCON_VT100_DECODE
170
171
bool "Decode VT100 Escape Codes"
171
172
default y
172
- ---help--
173
+ ---help---
173
174
Decode VT100 ESC codes - only minimal supporting functions
174
175
175
176
comment "FB Console spawn task configuration"
You can’t perform that action at this time.
0 commit comments