Skip to content

Commit

Permalink
updated references to include/interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 21, 2024
1 parent 55eecc0 commit 128cbe7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()

include_directories(
include
include/interface
include/interfaces
lib
comms/mavlink
comms/mavlink/v1.0
Expand Down
2 changes: 1 addition & 1 deletion comms/mavlink/mavlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "v1.0/rosflight/mavlink.h"
#pragma GCC diagnostic pop

#include "interface/comm_link.h"
#include "interfaces/comm_link.h"

#include "board.h"

Expand Down
2 changes: 1 addition & 1 deletion include/comm_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef ROSFLIGHT_FIRMWARE_COMM_MANAGER_H
#define ROSFLIGHT_FIRMWARE_COMM_MANAGER_H

#include "interface/comm_link.h"
#include "interfaces/comm_link.h"
#include "param_listener.h"

#include <stdarg.h>
Expand Down
2 changes: 1 addition & 1 deletion include/rosflight.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef ROSFLIGHT_FIRMWARE_ROSFLIGHT_H
#define ROSFLIGHT_FIRMWARE_ROSFLIGHT_H

#include "interface/comm_link.h"
#include "interfaces/comm_link.h"
#include "param_listener.h"

#include "board.h"
Expand Down

0 comments on commit 128cbe7

Please sign in to comment.