Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
Remove extra TABs
Add comments
This commit is contained in:
simbit18
2024-11-20 18:15:40 +01:00
committed by Alan C. Assis
parent c0f776dbc3
commit 7df0e945ad
6 changed files with 176 additions and 132 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ config LIB_GDBSTUB_DEBUG
Add debug info to gdbstub
config LIB_GDBSTUB_PKTSIZE
int "Gdbstub packet size"
int "Gdbstub packet size"
default 32768
---help---
The size of the gdbstub packet buffer.
endif
endif # LIB_GDBSTUB