Oops, missed a spot where I should've called a MAX2837 mode function.

This commit is contained in:
Jared Boone
2013-09-06 23:01:40 -07:00
parent b89f43e97e
commit 518c46a111

View File

@ -116,9 +116,7 @@ void max2837_setup(void)
; ;
#endif #endif
/* disable everything */ max2837_mode_shutdown();
gpio_clear(PORT_XCVR_ENABLE,
(PIN_XCVR_ENABLE | PIN_XCVR_RXENABLE | PIN_XCVR_TXENABLE));
#ifdef JELLYBEAN #ifdef JELLYBEAN
gpio_set(PORT_XCVR_RXHP, PIN_XCVR_RXHP); gpio_set(PORT_XCVR_RXHP, PIN_XCVR_RXHP);
gpio_set(PORT_XCVR_B, gpio_set(PORT_XCVR_B,