oops: SWITCHCTRL_LP should be the absence of SWITCHCTRL_HP

This commit is contained in:
Michael Ossmann
2013-02-16 13:07:05 -07:00
parent ea72dd59a6
commit 44a4b02e52

View File

@ -532,7 +532,7 @@ int main(void) {
rffc5071_setup(); rffc5071_setup();
#ifdef JAWBREAKER #ifdef JAWBREAKER
switchctrl = (SWITCHCTRL_AMP_BYPASS | SWITCHCTRL_LP); switchctrl = SWITCHCTRL_AMP_BYPASS;
#endif #endif
rffc5071_rx(switchctrl); rffc5071_rx(switchctrl);
rffc5071_set_frequency(1700, 0); // 2600 MHz IF - 1700 MHz LO = 900 MHz RF rffc5071_set_frequency(1700, 0); // 2600 MHz IF - 1700 MHz LO = 900 MHz RF