1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-72 get board booting PPM doesnt work DSM and ADC need testing

This commit is contained in:
Cliff Geerdes 2015-11-09 02:52:32 -05:00 committed by Laurent Lalanne
parent 3115711049
commit 38da5fc9a5

View File

@ -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,
};