There was an error while loading. Please reload this page.
1 parent 0335f1a commit b095c53Copy full SHA for b095c53
1 file changed
firmware/common/hackrf_core.c
@@ -912,12 +912,12 @@ void pin_setup(void) {
912
gpio_output(&gpio_1v8_enable);
913
914
#ifdef HACKRF_ONE
915
- /* Configure RF power supply (VAA) switch control signal as output */
916
- gpio_output(&gpio_vaa_disable);
917
-
918
/* Safe state: start with VAA turned off: */
919
disable_rf_power();
920
+ /* Configure RF power supply (VAA) switch control signal as output */
+ gpio_output(&gpio_vaa_disable);
+
921
scu_pinmux(SCU_PINMUX_GPIO3_10, SCU_GPIO_PDN | SCU_CONF_FUNCTION0);
922
scu_pinmux(SCU_PINMUX_GPIO3_11, SCU_GPIO_PDN | SCU_CONF_FUNCTION0);
923
0 commit comments