Browse Source

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
apm_2208
Andrew Tridgell 3 years ago
parent
commit
227e82053a
  1. 2
      Tools/AP_Periph/can.cpp

2
Tools/AP_Periph/can.cpp

@ -59,7 +59,7 @@ extern AP_Periph_FW periph; @@ -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…
Cancel
Save