Merge pull request #601 from jboone/hygiene
rad1o: Remove extra(?) SCU setup. Cut & paste oops?
This commit is contained in:
@ -780,10 +780,6 @@ void pin_setup(void) {
|
||||
|
||||
/* Configure RF power supply (VAA) switch control signal as output */
|
||||
gpio_output(&gpio_vaa_disable);
|
||||
|
||||
/* Not sure why this is necessary for stock HackRF. Just "rhyming" with the RAD1O code? */
|
||||
scu_pinmux(SCU_PINMUX_GPIO3_10, SCU_GPIO_PDN | SCU_CONF_FUNCTION0);
|
||||
scu_pinmux(SCU_PINMUX_GPIO3_11, SCU_GPIO_PDN | SCU_CONF_FUNCTION0);
|
||||
#endif
|
||||
|
||||
#ifdef RAD1O
|
||||
|
Reference in New Issue
Block a user