Erasing Logs causing major havoc. Users getting infinite loop.

This commit is contained in:
Jason Short 2011-11-28 10:26:01 -08:00
parent 79945d02b7
commit df57380adc

View File

@ -164,8 +164,8 @@ static void init_ardupilot()
delay(100); // wait for serial send
AP_Var::erase_all();
// clear logs
erase_logs(NULL, NULL);
// clear logs - createing infinate lockup
//erase_logs(NULL, NULL);
// save the new format version
g.format_version.set_and_save(Parameters::k_format_version);