Skip to content

Commit

Permalink
Fix wrong path in deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 4, 2024
1 parent 3171fb0 commit b85a21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/control_filters/low_pass_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
// Deprecation notice
#ifdef _WIN32
#pragma message( \
"This header include is deprecated. Please update your code to use 'control_toolbox/low_pass_filter_ros.hpp' header.") //NOLINT
"This header include is deprecated. Please update your code to use 'low_pass_filter_ros.hpp' header.") //NOLINT
#else
#warning \
"This header include is deprecated. Please update your code to use 'control_toolbox/low_pass_filter_ros.hpp' header." //NOLINT
"This header include is deprecated. Please update your code to use 'low_pass_filter_ros.hpp' header." //NOLINT
#endif

namespace control_filters
Expand Down

0 comments on commit b85a21d

Please sign in to comment.