Skip to content

Commit

Permalink
Get rid of libyaml_vendor ifdef for Jazzy
Browse files Browse the repository at this point in the history
The buildscript has been changed so that vendor packages will have their name in the include path, matching non-vendor packages.
  • Loading branch information
jimmy-mcelwain committed Dec 11, 2024
1 parent f5200f6 commit a2a5ca9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MotoROS.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
#include <rmw_microros/init_options.h>
#include <rmw_microros/timing.h>

#ifdef MOTOPLUS_LIBMICROROS_ROS2_IS_JAZZY
#include <yaml.h>
#else
#include <libyaml_vendor/yaml.h>
#endif

//============================================
// Data types for communication
Expand Down

0 comments on commit a2a5ca9

Please sign in to comment.