Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bartolucci authored and Marco Bartolucci committed May 16, 2017
1 parent 533f9ee commit a773b46
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions firmware/common/hackrf_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ static struct gpio_t gpio_max5864_select = GPIO(2, 7);
// static struct gpio_t gpio_rffc5072_reset = GPIO(2, 14);
// #endif

//static struct gpio_t gpio_sync_in_a = GPIO(3, 10);
//static struct gpio_t gpio_sync_in_b = GPIO(3, 11);
//static struct gpio_t gpio_sync_out_a = GPIO(3, 8);
//static struct gpio_t gpio_sync_out_b = GPIO(3, 9);

/* RF supply (VAA) control */
#ifdef HACKRF_ONE
static struct gpio_t gpio_vaa_disable = GPIO(2, 9);
Expand Down Expand Up @@ -132,11 +127,6 @@ static struct gpio_t gpio_cpld_tms = GPIO(3, 1);
static struct gpio_t gpio_cpld_tdi = GPIO(3, 4);
#endif

//static struct gpio_t gpio_rx_decimation[3] = {
// GPIO(5, 12),
// GPIO(5, 13),
// GPIO(5, 14),
//};
static struct gpio_t gpio_hw_sync_enable = GPIO(5,12);
static struct gpio_t gpio_rx_q_invert = GPIO(0, 13);

Expand Down

0 comments on commit a773b46

Please sign in to comment.