Browse Source

HAL_ChibiOS: increase sigread buffer size for protocols with longer length

master
Siddharth Purohit 7 years ago committed by Andrew Tridgell
parent
commit
f9ab7e54d4
  1. 2
      libraries/AP_HAL_ChibiOS/SoftSigReader.h

2
libraries/AP_HAL_ChibiOS/SoftSigReader.h

@ -23,7 +23,7 @@ @@ -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…
Cancel
Save