From 44a4b02e52f7bb2084e5547eb05f5756a27e766a Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Sat, 16 Feb 2013 13:07:05 -0700 Subject: [PATCH] oops: SWITCHCTRL_LP should be the absence of SWITCHCTRL_HP --- firmware/usb_performance/usb_performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usb_performance/usb_performance.c b/firmware/usb_performance/usb_performance.c index 6d377f4f..12b01d2c 100644 --- a/firmware/usb_performance/usb_performance.c +++ b/firmware/usb_performance/usb_performance.c @@ -532,7 +532,7 @@ int main(void) { rffc5071_setup(); #ifdef JAWBREAKER - switchctrl = (SWITCHCTRL_AMP_BYPASS | SWITCHCTRL_LP); + switchctrl = SWITCHCTRL_AMP_BYPASS; #endif rffc5071_rx(switchctrl); rffc5071_set_frequency(1700, 0); // 2600 MHz IF - 1700 MHz LO = 900 MHz RF