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-apps.git
The following commit(s) were added to refs/heads/master by this push: new 971a7374d examples/i2schar: fix spelling mistakes 971a7374d is described below commit 971a7374d6add8f8efadf601175222ab6ac71177 Author: Tang Meng <v-tangm...@xiaomi.com> AuthorDate: Fri Jun 27 17:46:47 2025 +0800 examples/i2schar: fix spelling mistakes --- examples/i2schar/i2schar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/i2schar/i2schar.h b/examples/i2schar/i2schar.h index b80b5e483..fb73a6c40 100644 --- a/examples/i2schar/i2schar.h +++ b/examples/i2schar/i2schar.h @@ -73,7 +73,7 @@ #endif #ifndef CONFIG_EXAMPLES_I2SCHAR_BUFSIZE -# efine CONFIG_EXAMPLES_I2SCHAR_BUFSIZE 256 +# define CONFIG_EXAMPLES_I2SCHAR_BUFSIZE 256 #endif /****************************************************************************