Skip to content

Commit

Permalink
zephyr: Kconfig: Remove square brace from LV_TXT_BREAK_CHARS
Browse files Browse the repository at this point in the history
Remove the square brace character from the Kconfig field
LV_TXT_BREAK_CHARS as it causes the build to break on zephyr side due to
an error in the kconfig parsing.

Signed-off-by: Fabian Blatz <[email protected]>
  • Loading branch information
faxe1008 committed Apr 4, 2024
1 parent d4d72f9 commit fdf80c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ menu "LVGL configuration"

config LV_TXT_BREAK_CHARS
string "Can break (wrap) texts on these chars"
default " ,.;:-_)]}"
default " ,.;:-_)}"

config LV_TXT_LINE_BREAK_LONG_LEN
int "Line break long length"
Expand Down

0 comments on commit fdf80c3

Please sign in to comment.