File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5
66https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
88https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f04
9- https://github.com/eProsima/Micro-XRCE-DDS-Client.git c28bf96f6e93ad1e01b8f0d74ea255e6bd8b07d2
9+ https://github.com/eProsima/Micro-XRCE-DDS-Client.git 5cd43eb0ba97c7ec21949492344b8bf05e04572c
1010https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
1212https://github.com/micro-ROS/rcl e8033a2a22e28a2da6d605bf467b1856813f8fa7
Original file line number Diff line number Diff line change 1616#define _UXR_CLIENT_CONFIG_H_
1717
1818#define UXR_CLIENT_VERSION_MAJOR 2
19- #define UXR_CLIENT_VERSION_MINOR 3
19+ #define UXR_CLIENT_VERSION_MINOR 4
2020#define UXR_CLIENT_VERSION_MICRO 0
21- #define UXR_CLIENT_VERSION_STR "2.3 .0"
21+ #define UXR_CLIENT_VERSION_STR "2.4 .0"
2222
2323/* #undef UCLIENT_PROFILE_DISCOVERY */
2424
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ UXRDLLAPI uint16_t uxr_buffer_create_participant_ref(
5151 uxrSession * session ,
5252 uxrStreamId stream_id ,
5353 uxrObjectId object_id ,
54- int16_t domain_id ,
54+ uint16_t domain_id ,
5555 const char * ref ,
5656 uint8_t mode );
5757
You can’t perform that action at this time.
0 commit comments