mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
typo in comment
This commit is contained in:
committed by
Lorenz Meier
parent
1db1a364c1
commit
e7add076b5
@@ -131,7 +131,7 @@ static const int ERROR = -1;
|
||||
|
||||
static constexpr uint8_t COMMANDER_MAX_GPS_NOISE = 60; /**< Maximum percentage signal to noise ratio allowed for GPS reception */
|
||||
|
||||
/* Decouple update interval and hysteris counters, all depends on intervals */
|
||||
/* Decouple update interval and hysteresis counters, all depends on intervals */
|
||||
#define COMMANDER_MONITORING_INTERVAL 10000
|
||||
#define COMMANDER_MONITORING_LOOPSPERMSEC (1/(COMMANDER_MONITORING_INTERVAL/1000.0f))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user