Oops, missed a spot where I should've called a MAX2837 mode function.
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user