mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -04:00
AP_HAL_Linux: Add PAGE_SIZE in RCInput_RPI
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
32c0e37512
commit
3268c234d8
@ -31,6 +31,8 @@
|
||||
#define debug(fmt, args ...)
|
||||
#endif
|
||||
|
||||
#define PAGE_SIZE (4*1024)
|
||||
|
||||
//Parametres
|
||||
#define RCIN_RPI_BUFFER_LENGTH 4
|
||||
#define RCIN_RPI_SAMPLE_FREQ 125
|
||||
|
Loading…
Reference in New Issue
Block a user