Skip to content

Commit b4de992

Browse files
committed
Use of new defines and of datadump in transitions
1 parent eb7ee90 commit b4de992

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ add_subdirectory(flightControl)
1717
add_subdirectory(I2CInterface)
1818
add_subdirectory(LoRa4Raspi)
1919
add_subdirectory(sensor)
20-
#add_subdirectory(tests)
20+
add_subdirectory(tests)
2121

flightControl/src/AvState.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ State AvState::fromErrorGround(DataDump dump)
9393
{
9494
return State::INIT;
9595
}
96+
return State::ERRORGROUND;
9697
}
9798

9899
State AvState::fromErrorFlight(DataDump dump)

0 commit comments

Comments
 (0)