mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduPPM(experimental): bug fix
- Removed compiled firmware files to prevent acidentally spreading of experimental firmware.
This commit is contained in:
parent
f5a3274590
commit
6d7eb2a0db
@ -905,7 +905,7 @@ void ppm_encoder_init( void )
|
||||
|
||||
// if no active input channels are found, then re-check until found (might be caused by delayed receiver startup)
|
||||
// Do not perform re-check if there was a brown-out reset
|
||||
if( input_int_mask > 0 && !brownout_reset )
|
||||
if( input_int_mask == 0 && !brownout_reset )
|
||||
{
|
||||
// Re-check active input channels
|
||||
goto INPUT_ACTIVE_CHANNEL_CHECK;
|
||||
|
Loading…
Reference in New Issue
Block a user