don't initialise DataFlash if logging is disabled

this fixes HIL without an IMU
This commit is contained in:
Andrew Tridgell 2011-10-08 09:12:57 +11:00
parent e927cf94d7
commit dcc6f30af1

View File

@ -151,7 +151,9 @@ static void init_ardupilot()
*/
#endif
#if LOGGING_ENABLED == ENABLED
DataFlash.Init(); // DataFlash log initialization
#endif
// Do GPS init
g_gps = &g_gps_driver;