raiden00pl commented on issue #15599: URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602387382
only `CONFIG_DEBUG_UORB` need `CONFIG_LIBC_FLOATINGPOINT`. So why not add simple error in `apps/system/uorb/uORB/uORB.c`: ``` #if defined(CONFIG_DEBUG_UORB) && !defined(CONFIG_LIBC_FLOATINGPOINT) # error blah blah blah #endif ``` -- 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