This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new f45216ecb3 boards/arm/lpc17xx_40xx_lincoln60: correct typo in thttpd-binfs defconfig f45216ecb3 is described below commit f45216ecb30751013d41d41efd2433cb971e1d84 Author: Tim Hardisty <56726697+tim...@users.noreply.github.com> AuthorDate: Wed Jul 2 19:42:44 2025 +0100 boards/arm/lpc17xx_40xx_lincoln60: correct typo in thttpd-binfs defconfig --- boards/arm/lpc17xx_40xx/lincoln60/configs/thttpd-binfs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/lpc17xx_40xx/lincoln60/configs/thttpd-binfs/defconfig b/boards/arm/lpc17xx_40xx/lincoln60/configs/thttpd-binfs/defconfig index 8e6cac78b2..cdde1fdd3a 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/configs/thttpd-binfs/defconfig +++ b/boards/arm/lpc17xx_40xx/lincoln60/configs/thttpd-binfs/defconfig @@ -61,7 +61,7 @@ CONFIG_START_YEAR=2015 CONFIG_SYMTAB_ORDEREDBYNAME=y CONFIG_SYSTEM_PING=y CONFIG_TASK_NAME_SIZE=0 -CONFIG_THTTPD_CGIINBUFFERSIZ=256 +CONFIG_THTTPD_CGIINBUFFERSIZE=256 CONFIG_THTTPD_CGIOUTBUFFERSIZE=256 CONFIG_THTTPD_CGI_BYTECOUNT=20000 CONFIG_THTTPD_CGI_STACKSIZE=1536