Skip to content

Commit

Permalink
micro-ROS rolling Library auto-update 08-08-2024 06:22
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 authored and github-actions[bot] committed Aug 8, 2024
1 parent 0870d0f commit cfb5353
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions built_packages
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ https://github.com/ros2/ament_cmake_ros.git 2fc2c6baada47130ff3c2fbc5265a9ec782d
https://github.com/ros2/common_interfaces.git 0163014f208bbe840a5c2d23d98dc27fc0d02b2c
https://github.com/ros2/example_interfaces.git dec9e55175f95f0feecc46213df3a26c8543313f
https://github.com/ros2/libyaml_vendor.git f4ccfc67e7ba2ec4e77170d105c1da0133fa3971
https://github.com/ros2/rcl.git 30a047af69c27ef36ecf80c22b2680a0e90a2f98
https://github.com/ros2/rcl.git 55ce2c20b539c9903811bf4db975a90afa6218b7
https://github.com/ros2/rcl_interfaces.git f6b3741d921ef5414125091b2ccc74b863be3c24
https://github.com/ros2/rcl_logging.git 7529e87a5ea26351690882c26eece7ebd400fdd4
https://github.com/ros2/rclc 995cda8c68456c7477ed103d9419a161fd068960
https://github.com/ros2/rcpputils.git 10939f92d75ab0c0d8caea6b979110cbdcc5d3a5
https://github.com/ros2/rmw.git ac4f9afccca3dc305f2b519fdb0fb9131250f2a5
https://github.com/ros2/rmw_implementation.git e01f7832f7f795856942245fecc5b655197d0f46
https://github.com/ros2/ros2_tracing.git 409ae64df9cf33cb75a87c731f9268c019e73b53
https://github.com/ros2/ros2_tracing.git 7758ad4c301e0d7feaf1e217c25d4b25e6cc442e
https://github.com/ros2/rosidl.git 481c9437ab3dbf92807f8b2fb0b0bad5ba22d4bf
https://github.com/ros2/rosidl_core.git 0ac65c0bfe629340d8d3569e0be1dce0e732a345
https://github.com/ros2/rosidl_dds.git 395a946f1cde1999ddb78cb31717d0991421a317
Expand Down
Binary file modified src/cortex-m0plus/libmicroros.a
Binary file not shown.
Binary file modified src/cortex-m3/libmicroros.a
Binary file not shown.
Binary file modified src/cortex-m4/libmicroros.a
Binary file not shown.
Binary file modified src/cortex-m7/fpv5-d16-softfp/libmicroros.a
Binary file not shown.
Binary file modified src/cortex-m7/fpv5-sp-d16-hardfp/libmicroros.a
Binary file not shown.
Binary file modified src/cortex-m7/fpv5-sp-d16-softfp/libmicroros.a
Binary file not shown.
Binary file modified src/esp32/libmicroros.a
Binary file not shown.
4 changes: 2 additions & 2 deletions src/tracetools/tracetools.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <stdbool.h>

#include "tracetools/config.h"
#include "tracetools/visibility_control.hpp"
#include "tracetools/visibility_control.h"

#ifndef TRACETOOLS_DISABLED
/**
Expand Down Expand Up @@ -134,7 +134,7 @@ extern "C"
/**
* \return `true` if tracing is enabled, `false` otherwise
*/
TRACETOOLS_PUBLIC bool ros_trace_compile_status();
TRACETOOLS_PUBLIC bool ros_trace_compile_status(void);

/// `rcl_init`
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* library cannot have, but the consuming code must have inorder to link.
*/

#ifndef TRACETOOLS__VISIBILITY_CONTROL_HPP_
#define TRACETOOLS__VISIBILITY_CONTROL_HPP_
#ifndef TRACETOOLS__VISIBILITY_CONTROL_H_
#define TRACETOOLS__VISIBILITY_CONTROL_H_

// This logic was borrowed (then namespaced) from the examples on the gcc wiki:
// https://gcc.gnu.org/wiki/Visibility
Expand Down Expand Up @@ -53,4 +53,4 @@
#define TRACETOOLS_PUBLIC_TYPE
#endif

#endif // TRACETOOLS__VISIBILITY_CONTROL_HPP_
#endif // TRACETOOLS__VISIBILITY_CONTROL_H_

0 comments on commit cfb5353

Please sign in to comment.