Skip to content
Snippets Groups Projects
Commit e7add076 authored by Mark Whitehorn's avatar Mark Whitehorn Committed by Lorenz Meier
Browse files

typo in comment

parent 1db1a364
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment