Skip to content

Commit db9c8d3

Browse files
committed
Fix CI build issue
1 parent 9393b6d commit db9c8d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- name: Compile BSP
4848
run: |
4949
scons -C target/sieon/s1 -j4
50-
scons -C target/sieon/s1 -j4 --vehicle=Fixwing
5150
scons -C target/amov/icf5 -j4
5251
scons -C target/pixhawk/fmu-v2 -j4
5352
scons -C target/pixhawk/fmu-v5 -j4

src/model/fms/boat_fms/fms_interface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ static mlog_elem_t FMS_Out_Elems[] = {
143143
MLOG_ELEMENT(wp_current, MLOG_UINT8),
144144
MLOG_ELEMENT(reserved, MLOG_UINT8),
145145
MLOG_ELEMENT_VEC(home, MLOG_FLOAT, 4),
146+
MLOG_ELEMENT(local_psi, MLOG_FLOAT),
146147
};
147148
MLOG_BUS_DEFINE(FMS_Out, FMS_Out_Elems);
148149

0 commit comments

Comments
 (0)