mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -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()
|
||||
{
|
||||
APM_RC.Init(); // APM Radio initialization
|
||||
APM_RC.Init( &isr_registry ); // APM Radio initialization
|
||||
init_motors_out();
|
||||
|
||||
// fix for crazy output
|
||||
|
Loading…
Reference in New Issue
Block a user