mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Lowered rfm22b_rcvr supervisor timeout. Timeout values above 159 exceed uint8_t
range during timeout calculation and effectively disable the supervisor.
This commit is contained in:
parent
a5d63eb452
commit
8fa79377c3
@ -228,7 +228,7 @@ extern uint32_t pios_packet_handler;
|
||||
#define PIOS_RCVR_MAX_DEVS 3
|
||||
#define PIOS_RCVR_MAX_CHANNELS 12
|
||||
#define PIOS_GCSRCVR_TIMEOUT_MS 100
|
||||
#define PIOS_RFM22B_RCVR_TIMEOUT_MS 200
|
||||
#define PIOS_RFM22B_RCVR_TIMEOUT_MS 150
|
||||
|
||||
//-------------------------
|
||||
// Receiver PPM input
|
||||
|
Loading…
x
Reference in New Issue
Block a user