diff --git a/src/drivers/px4fmu/fmu.cpp b/src/drivers/px4fmu/fmu.cpp
index 9aa9a017e9ebc7c411809b1b50c0fd924ae910e6..89971d9d07b4b00e52a20465b7f64a8e82b2615a 100644
--- a/src/drivers/px4fmu/fmu.cpp
+++ b/src/drivers/px4fmu/fmu.cpp
@@ -434,11 +434,6 @@ PX4FMU::PX4FMU(bool run_as_task) :
 
 	raw_rc_count = 0;
 
-#ifdef GPIO_SBUS_INV
-	// this board has a GPIO to control SBUS inversion
-	px4_arch_configgpio(GPIO_SBUS_INV);
-#endif
-
 	// If there is no safety button, disable it on boot.
 #ifndef GPIO_BTN_SAFETY
 	_safety_off = true;