mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 15:33:57 -04:00
AP_RCTelemetry: incremented WFQ scheduler slots to 20
This commit is contained in:
parent
7e3395eebd
commit
d91e2008d3
@ -22,7 +22,7 @@
|
|||||||
#define TELEM_PAYLOAD_STATUS_CAPACITY 5 // size of the message buffer queue (max number of messages waiting to be sent)
|
#define TELEM_PAYLOAD_STATUS_CAPACITY 5 // size of the message buffer queue (max number of messages waiting to be sent)
|
||||||
|
|
||||||
// for fair scheduler
|
// for fair scheduler
|
||||||
#define TELEM_TIME_SLOT_MAX 15
|
#define TELEM_TIME_SLOT_MAX 20
|
||||||
//#define TELEM_DEBUG
|
//#define TELEM_DEBUG
|
||||||
|
|
||||||
class AP_RCTelemetry {
|
class AP_RCTelemetry {
|
||||||
|
Loading…
Reference in New Issue
Block a user