This commit is contained in:
Christophe De Wagter
2013-08-30 18:00:52 +02:00
parent 32104f3a16
commit d6cc3e5820
+1 -1
View File
@@ -106,7 +106,7 @@ void autopilot_init(void) {
guidance_v_init();
stabilization_init();
/* set startup mode, propagats through to guidance h/v */
/* set startup mode, propagates through to guidance h/v */
autopilot_set_mode(MODE_STARTUP);
}