micro-ROS / micro_ros_platformio

micro-ROS library for Platform.IO
Apache License 2.0
224 stars 80 forks source link

clock_gettime: check posix timer support #156

Closed hippo5329 closed 1 month ago

hippo5329 commented 1 month ago

The recent changes in arduino pico breaks the check. Fix it by checking the _POSIX_TIMERS not defined or zero.

Issue #153 Build failing for humble in vscode - clock_gettime missing