Browse Source

ArduPPM(experimental): bug fix

- Removed compiled firmware files to prevent acidentally spreading of experimental firmware.
mission-4.1.18
John Arne Birkeland 12 years ago
parent
commit
dc9438e57f
  1. 2
      Tools/ArduPPM/WorkBasket/Experimental/PPM_Encoder.h

2
Tools/ArduPPM/WorkBasket/Experimental/PPM_Encoder.h

@ -905,7 +905,7 @@ void ppm_encoder_init( void ) @@ -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…
Cancel
Save