fix(rad1o): TX_RX_N is on GPIO1_11

This commit is contained in:
schneider
2017-08-05 06:05:31 +02:00
parent 4b0bb0ea55
commit 1acd7ccf7c

View File

@ -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); static struct gpio_t gpio_no_rx_amp_pwr = GPIO(1, 12);
#endif #endif
#ifdef RAD1O #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_tx_rx = GPIO(0, 14);
static struct gpio_t gpio_by_mix = GPIO(1, 12); static struct gpio_t gpio_by_mix = GPIO(1, 12);
static struct gpio_t gpio_by_mix_n = GPIO(2, 10); static struct gpio_t gpio_by_mix_n = GPIO(2, 10);