Skip to content

Commit

Permalink
FIXUP - use extern to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 6, 2023
1 parent 1398594 commit d2abe92
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

add_mbed_executable(spike_lk_sensors_imu_lsm6dsox_fusion_calibration)

add_subdirectory(fusion)
add_subdirectory(extern)

target_include_directories(spike_lk_sensors_imu_lsm6dsox_fusion_calibration
PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion spikes/lk_sensors_imu_lsm6dsox_fusion_calibration/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "CoreI2C.h"
#include "CoreLSM6DSOX.hpp"
#include "LogKit.h"
#include "fusion/Fusion.h"
#include "extern/Fusion.h"

using namespace std::chrono;
using namespace leka;
Expand Down

0 comments on commit d2abe92

Please sign in to comment.