mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
gyro_fft: reduce run frequency (still consuming all queued data)
This commit is contained in:
@@ -14,4 +14,4 @@ int16[32] z # angular velocity in the FRD board frame Z-axis in ra
|
||||
|
||||
uint8 rotation # Direction the sensor faces (see Rotation enum)
|
||||
|
||||
uint8 ORB_QUEUE_LENGTH = 2
|
||||
uint8 ORB_QUEUE_LENGTH = 4
|
||||
|
||||
Reference in New Issue
Block a user