mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: increase sigread buffer size for protocols with longer length
This commit is contained in:
parent
baff7291ce
commit
f9ab7e54d4
|
@ -23,7 +23,7 @@
|
|||
#if HAL_USE_ICU == TRUE
|
||||
|
||||
#define INPUT_CAPTURE_FREQUENCY 1000000 //capture unit in microseconds
|
||||
#define MAX_SIGNAL_TRANSITIONS 256
|
||||
#define MAX_SIGNAL_TRANSITIONS 512
|
||||
#define DEFAULT_BOUNCE_BUF_SIZE 32
|
||||
|
||||
class ChibiOS::SoftSigReader {
|
||||
|
|
Loading…
Reference in New Issue