cederom commented on PR #3373:
URL: https://github.com/apache/nuttx-apps/pull/3373#issuecomment-3795452178
Build error:
```
uORB/uORB.c: In function 'orb_advsub_open':
Error: uORB/uORB.c:129:17: error: 'SNIOC_SET_NONWAKEUP' undeclared (first
use in this function); did you mean 'SNIOC_SET_RANGE'?
129 | ioctl(fd, SNIOC_SET_NONWAKEUP, (unsigned long)non_wakeup);
| ^~~~~~~~~~~~~~~~~~~
| SNIOC_SET_RANGE
uORB/uORB.c:129:17: note: each undeclared identifier is reported only once
for each function it appears in
make[2]: *** [/github/workspace/sources/apps/Application.mk:239:
uORB/uORB.c.github.workspace.sources.apps.system.uorb.o] Error 1
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]