This commit is contained in:
Pascal Langer 2017-12-08 19:41:58 +01:00
parent 79c73444ab
commit 6ae819e8d5

View File

@ -321,8 +321,8 @@ enum MultiPacketTypes {
#define IS_WAIT_BIND_off ( ( protocol_flags2 & _BV(7) ) ==0 ) #define IS_WAIT_BIND_off ( ( protocol_flags2 & _BV(7) ) ==0 )
// Failsafe // Failsafe
#define FAILSAFE_CHANNEL_HOLD 0 #define FAILSAFE_CHANNEL_HOLD 2047
#define FAILSAFE_CHANNEL_NOPULSES 2047 #define FAILSAFE_CHANNEL_NOPULSES 0
//Debug messages //Debug messages
#if defined(STM32_BOARD) && defined (SERIAL_DEBUG) #if defined(STM32_BOARD) && defined (SERIAL_DEBUG)