1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-05 21:52:10 +01:00

Uncrustified OPLink code.

This commit is contained in:
Brian Webb 2013-07-05 18:49:26 -07:00
parent 64fd0a7a6f
commit 0d02df4d02
3 changed files with 10 additions and 11 deletions

View File

@ -309,8 +309,7 @@ void PIOS_Board_Init(void)
if (PIOS_RCVR_Init(&pios_ppm_rcvr_id, &pios_ppm_rcvr_driver, pios_ppm_id)) {
PIOS_Assert(0);
}
}
else {
} else {
PIOS_PPM_Out_Init(&pios_ppm_out_id, &pios_flexi_ppm_out_cfg);
}
#endif /* PIOS_INCLUDE_PPM */