From 38da5fc9a5be66a114ac1caf08635100cddd50cc Mon Sep 17 00:00:00 2001 From: Cliff Geerdes Date: Mon, 9 Nov 2015 02:52:32 -0500 Subject: [PATCH] LP-72 get board booting PPM doesnt work DSM and ADC need testing --- flight/targets/boards/sparky2/board_hw_defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/targets/boards/sparky2/board_hw_defs.c b/flight/targets/boards/sparky2/board_hw_defs.c index df3aaec0c..e3f2be30a 100644 --- a/flight/targets/boards/sparky2/board_hw_defs.c +++ b/flight/targets/boards/sparky2/board_hw_defs.c @@ -1151,8 +1151,8 @@ static const struct pios_sbus_cfg pios_sbus_cfg = { .gpio_inv_disable = Bit_RESET, // in TauLabs Revo code these exist // in TauLabs Sparky2 code these do not exist -// .gpio_clk_func = RCC_AHB1PeriphClockCmd, -// .gpio_clk_periph = RCC_AHB1Periph_GPIOC, + .gpio_clk_func = RCC_AHB1PeriphClockCmd, + .gpio_clk_periph = RCC_AHB1Periph_GPIOC, };