Skip to content

Commit

Permalink
fix(rad1o): TX_RX_N is on GPIO1_11
Browse files Browse the repository at this point in the history
  • Loading branch information
schneider42 committed Aug 5, 2017
1 parent 4b0bb0e commit 1acd7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/common/hackrf_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static struct gpio_t gpio_rx_amp = GPIO(1, 11);
static struct gpio_t gpio_no_rx_amp_pwr = GPIO(1, 12);
#endif
#ifdef RAD1O
static struct gpio_t gpio_tx_rx_n = GPIO(0, 11);
static struct gpio_t gpio_tx_rx_n = GPIO(1, 11);
static struct gpio_t gpio_tx_rx = GPIO(0, 14);
static struct gpio_t gpio_by_mix = GPIO(1, 12);
static struct gpio_t gpio_by_mix_n = GPIO(2, 10);
Expand Down

0 comments on commit 1acd7cc

Please sign in to comment.