This is an automated email from the ASF dual-hosted git repository. linguini1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 3d06069783c04471e2d2904709ac8131555af3ee Author: simbit18 <[email protected]> AuthorDate: Tue Aug 11 19:27:09 2026 +0200 games/NXDoom: Fix Kconfig style - Remove spaces from Kconfig - Add TABs Signed-off-by: simbit18 <[email protected]> --- games/NXDoom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/NXDoom/Kconfig b/games/NXDoom/Kconfig index d2bd2080f..a95d0a19f 100644 --- a/games/NXDoom/Kconfig +++ b/games/NXDoom/Kconfig @@ -78,7 +78,7 @@ config GAMES_NXDOOM_NET_MAXPLAYERS int "Maximum number of players" default 6 ---help--- - The maximum number of players, multiplayer/networking. + The maximum number of players, multiplayer/networking. This is the maximum supported by the networking code; individual games have their own values for MAXPLAYERS that can be smaller. ChocolateDOOM default was 8.
