Fix nxstyle warning

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-01-12 12:33:46 +08:00
committed by Alin Jerpelea
parent 0536953ded
commit 0dc6990166
13 changed files with 92 additions and 69 deletions
+3 -1
View File
@@ -621,7 +621,9 @@ static int w25_wait_keypress(FAR char *keyset, int nseconds)
{
char tmpch;
/* Read handling retries. We get out of this loop if a key is press. */
/* Read handling retries.
* We get out of this loop if a key is press.
*/
for (; ; )
{