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:
Andrew Tridgell 2022-04-15 13:31:29 +10:00
parent 26d7e1ba74
commit 4eabbe8bf2

View File

@ -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