1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

LP-72 - Fix bootloader compilation

This commit is contained in:
Alessio Morale 2016-04-24 15:28:42 +02:00 committed by Laurent Lalanne
parent b88cba80ee
commit 2e008884f3

View File

@ -986,8 +986,6 @@ static const struct pios_usart_cfg pios_usart_sbus_rcvr_cfg = {
}, },
}; };
#endif /* PIOS_INCLUDE_SBUS */
static const struct pios_sbus_cfg pios_sbus_cfg = { static const struct pios_sbus_cfg pios_sbus_cfg = {
/* Inverter configuration */ /* Inverter configuration */
@ -1007,6 +1005,7 @@ static const struct pios_sbus_cfg pios_sbus_cfg = {
.gpio_clk_periph = RCC_AHB1Periph_GPIOC, .gpio_clk_periph = RCC_AHB1Periph_GPIOC,
}; };
#endif /* PIOS_INCLUDE_SBUS */
#ifdef PIOS_INCLUDE_DSM #ifdef PIOS_INCLUDE_DSM