From 85f579021ea1e9899eb148524934ec0ad0467510 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 10 Dec 2018 19:05:59 +1100 Subject: [PATCH] Sub: GCS_MAVLink uses dataflash singleton --- ArduSub/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArduSub/system.cpp b/ArduSub/system.cpp index 658f4e1dde..606032fd1e 100644 --- a/ArduSub/system.cpp +++ b/ArduSub/system.cpp @@ -87,8 +87,6 @@ void Sub::init_ardupilot() log_init(); #endif - gcs().set_dataflash(&DataFlash); - // initialise rc channels including setting mode rc().init();