mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Periph: fixed GPS dropout on F4 and L4 GPS nodes
we need more time for other threads on these nodes or we will end up dropping GPS frames
This commit is contained in:
parent
26d7e1ba74
commit
4eabbe8bf2
@ -59,7 +59,7 @@ extern AP_Periph_FW periph;
|
||||
#if defined(STM32H7)
|
||||
#define HAL_PERIPH_LOOP_DELAY_US 64
|
||||
#else
|
||||
#define HAL_PERIPH_LOOP_DELAY_US 512
|
||||
#define HAL_PERIPH_LOOP_DELAY_US 1024
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user