Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Juancams committed Apr 2, 2024
1 parent 06f7d95 commit 20c51cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef INSTRUMENTATION_PRODUCER_HPP
#define INSTRUMENTATION_PRODUCER_HPP
#ifndef INSTRUMENTATION_CONSUMER_HPP
#define INSTRUMENTATION_CONSUMER_HPP

#include "rclcpp/rclcpp.hpp"
#include "rclcpp_lifecycle/lifecycle_node.hpp"
Expand Down Expand Up @@ -87,4 +87,4 @@ class InstrumentationConsumer : public rclcpp_lifecycle::LifecycleNode

} // namespace coresense_instrumentation_driver

#endif // INSTRUMENTATION_PRODUCER_HPP
#endif // INSTRUMENTATION_CONSUMER_HPP

0 comments on commit 20c51cf

Please sign in to comment.