Skip to content
Snippets Groups Projects
Commit 97061934 authored by rmackay9's avatar rmackay9
Browse files

ArduCopter: remove unused variable last_5hz

parent 415029fd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ static void gcs_send_text_fmt(const prog_char_t *fmt, ...);
// returns true if it has sent a message to the ground station
static bool gcs_check()
{
static uint32_t last_1hz, last_50hz, last_5s;
static uint32_t last_1hz, last_50hz;
bool sent_message = false;
uint32_t tnow = millis();
......
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