Rover: check CardInserted in AP_Arming

This commit is contained in:
Peter Barker 2016-11-06 09:08:46 +11:00 committed by Tom Pittenger
parent 784da9d1eb
commit 3a095f00f1
1 changed files with 0 additions and 2 deletions

View File

@ -456,8 +456,6 @@ void Rover::log_init(void)
if (g.log_bitmask != 0) {
start_logging();
}
arming.set_logging_available(DataFlash.CardInserted());
}
#if CLI_ENABLED == ENABLED