We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/micro-ROS/micro-ROS-demos/blob/167b373fb4b1e336c945aafa23f65dfb42d0a5d0/rclc/epoch_synchronization/main.c#L13
The text was updated successfully, but these errors were encountered:
#define RCCHECK(fn) \ { \ rcl_ret_t temp_rc = fn; \ if ((temp_rc != RCL_RET_OK)) { \ Serial.printf("FAIL RCCHECK, from file %s, line %d", __FILE__, __LINE__); \ error_loop(); \ } \ }
works!
Sorry, something went wrong.
No branches or pull requests
https://github.com/micro-ROS/micro-ROS-demos/blob/167b373fb4b1e336c945aafa23f65dfb42d0a5d0/rclc/epoch_synchronization/main.c#L13
The text was updated successfully, but these errors were encountered: