mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-922 Fix missing ppm_id to ppm_out_id rename
This commit is contained in:
parent
4ba9208727
commit
3d8d803c33
@ -107,7 +107,7 @@ static const struct pios_tim_callbacks tim_out_callbacks = {
|
||||
|
||||
int32_t PIOS_PPM_Out_Init(uint32_t *ppm_out_id, const struct pios_ppm_out_cfg *cfg)
|
||||
{
|
||||
PIOS_DEBUG_Assert(ppm_id);
|
||||
PIOS_DEBUG_Assert(ppm_out_id);
|
||||
PIOS_DEBUG_Assert(cfg);
|
||||
|
||||
// Allocate the device structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user