TimJTi opened a new issue, #2078: URL: https://github.com/apache/nuttx-apps/issues/2078
Nuttx [PR10565](https://github.com/apache/nuttx/pull/10565) has renamed things to avoid the use of c++ reserved names such as public. The Apps repo escaped the attentions of that work and now won't build. For example: - nsh_syscmds.c line 768 `nsh_write(vtbl, stream.buffer, stream.public.nput);` - hex2bin_main.c line 230 ` ret = hex2bin(&stdinstream.public, &stdoutstream.public` - dhex2mem_main.c line 213 `ret = hex2bin(&stdinstream.public, &memoutstream.public` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org