Fix px4io signal test command to force FMU armed state.

This commit is contained in:
px4dev
2012-12-30 01:28:07 -08:00
parent fd016abd46
commit f6ea42ab5e
+7
View File
@@ -705,6 +705,13 @@ test(void)
close(fd);
actuator_armed_s aa;
aa.armed = true;
aa.lockdown = false;
orb_advertise(ORB_ID(actuator_armed), &aa);
exit(0);
}