nealef commented on PR #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1239315223
> The variable declarations should be at the beginning of the function. The code has to comply with C89 which doesn't support declaring a variable after other statements. (That's supported in C++ and C99, but not C89.) Thanks. I'll fix in my morning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org