mirror of https://github.com/ArduPilot/ardupilot
don't initialise DataFlash if logging is disabled
this fixes HIL without an IMU
This commit is contained in:
parent
63ac6bcd94
commit
e7e8165bc7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue