fix(mixer): Use correct pins for MAX2871

This commit is contained in:
schneider
2017-01-28 22:31:00 +01:00
parent d03a05f3d5
commit 202f2ecf54

View File

@ -16,8 +16,8 @@ static struct gpio_t gpio_vco_ce = GPIO(2, 13);
static struct gpio_t gpio_vco_sclk = GPIO(5, 6);
static struct gpio_t gpio_vco_sdata = GPIO(3, 3);
static struct gpio_t gpio_vco_le = GPIO(2, 14);
static struct gpio_t gpio_synt_rfout_en = GPIO(5, 25);
static struct gpio_t gpio_vco_mux = GPIO(3, 5);
static struct gpio_t gpio_vco_mux = GPIO(5, 25);
static struct gpio_t gpio_synt_rfout_en = GPIO(3, 5);
#endif
#if (defined JAWBREAKER || defined HACKRF_ONE)