mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Watchdog delay timer to 150
Should be enough! Update Hex files
This commit is contained in:
parent
915a23ec03
commit
426ccbd307
11 changed files with 24194 additions and 24209 deletions
|
@ -92,7 +92,7 @@ enum {
|
|||
#define VBATINTERVAL (6 * 3500)
|
||||
/* IBat monitoring interval (in microseconds) - 6 default looptimes */
|
||||
#define IBATINTERVAL (6 * 3500)
|
||||
#define GYRO_WATCHDOG_DELAY 200 // Watchdog for boards without interrupt for gyro
|
||||
#define GYRO_WATCHDOG_DELAY 150 // Watchdog for boards without interrupt for gyro
|
||||
|
||||
uint32_t currentTime = 0;
|
||||
uint32_t previousTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue