From e85afb22a5590d8b74be0298efa566025e5c36cc Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 30 Dec 2020 17:26:30 +0100 Subject: [PATCH] FMUv5: Default Spektrum power to passive --- boards/px4/fmu-v5/src/init.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boards/px4/fmu-v5/src/init.c b/boards/px4/fmu-v5/src/init.c index 6d49b47e71..60d4c756e8 100644 --- a/boards/px4/fmu-v5/src/init.c +++ b/boards/px4/fmu-v5/src/init.c @@ -215,12 +215,6 @@ __EXPORT int board_app_initialize(uintptr_t arg) // Turn power controls to passive SPEKTRUM_POWER_PASSIVE(); #endif - // TODO Historically Spektrum power defaulted to on - // newer board configurations should support enabling - // power once the RC interface gets switched on instead - // the unconditional power-on in the line below is - // kept in place for consistency. - VDD_3V3_SPEKTRUM_POWER_EN(true); VDD_5V_RC_EN(true); VDD_5V_WIFI_EN(true);