mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
purple: pass isr_registry to APM_RC.Init()
This commit is contained in:
parent
bbae76efb5
commit
8dffdd18d4
@ -54,7 +54,7 @@ static void init_rc_in()
|
|||||||
|
|
||||||
static void init_rc_out()
|
static void init_rc_out()
|
||||||
{
|
{
|
||||||
APM_RC.Init(); // APM Radio initialization
|
APM_RC.Init( &isr_registry ); // APM Radio initialization
|
||||||
init_motors_out();
|
init_motors_out();
|
||||||
|
|
||||||
// fix for crazy output
|
// fix for crazy output
|
||||||
|
Loading…
Reference in New Issue
Block a user