Skip to content

Commit f7c064b

Browse files
committed
Fix Cmake files issues with build. Update test board
1 parent 56c845f commit f7c064b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ include_directories(
5151
lib
5252
comms/mavlink
5353
comms/mavlink/v1.0
54-
comms/mavlink/v1.0/common
5554
comms/mavlink/v1.0/rosflight
5655
)
5756

test/test_board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ bool testBoard::imu_read(rosflight_firmware::ImuStruct * imu)
7979
imu->gyro[i] = gyro_[i];
8080
}
8181
imu->temperature = 25.0;
82-
imu->timestamp = time_us_;
82+
imu->header.timestamp = time_us_;
8383
return true;
8484
}
8585

0 commit comments

Comments
 (0)