fix a typo

This commit is contained in:
a-f-G-U-C 2021-08-30 13:55:50 +00:00 committed by GitHub
parent 8dbfd0f19b
commit 71951a4e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#include "sleep.h" #include "sleep.h"
#include <assert.h> #include <assert.h>
/ if gps_update_interval below this value, do not powercycle the GPS // if gps_update_interval below this value, do not powercycle the GPS
#define UBLOX_POWEROFF_THRESHOLD 90 #define UBLOX_POWEROFF_THRESHOLD 90
extern RadioConfig radioConfig; extern RadioConfig radioConfig;