From 149cd4effc0e8831d9bdf0b61e9af782468243c7 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Mon, 17 Aug 2015 11:15:40 -0700 Subject: [PATCH] Configure SGPIO slice mode early. --- firmware/sgpio-rx/sgpio-rx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/sgpio-rx/sgpio-rx.c b/firmware/sgpio-rx/sgpio-rx.c index 4d6e48eb..092d5cc3 100644 --- a/firmware/sgpio-rx/sgpio-rx.c +++ b/firmware/sgpio-rx/sgpio-rx.c @@ -80,6 +80,7 @@ int main(void) { const uint64_t freq = 2441000000U; + sgpio_set_slice_mode(false); pin_setup(); enable_1v8_power(); #ifdef HACKRF_ONE