We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7ee90 commit b4de992Copy full SHA for b4de992
CMakeLists.txt
@@ -17,5 +17,5 @@ add_subdirectory(flightControl)
17
add_subdirectory(I2CInterface)
18
add_subdirectory(LoRa4Raspi)
19
add_subdirectory(sensor)
20
-#add_subdirectory(tests)
+add_subdirectory(tests)
21
flightControl/src/AvState.cpp
@@ -93,6 +93,7 @@ State AvState::fromErrorGround(DataDump dump)
93
{
94
return State::INIT;
95
}
96
+ return State::ERRORGROUND;
97
98
99
State AvState::fromErrorFlight(DataDump dump)
0 commit comments