Correct variable size for MAPlast

This commit is contained in:
Josh Stewart 2022-04-05 17:55:09 +10:00
parent 9c3f745c16
commit 22ec9c8a20
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ bool auxIsEnabled;
byte TPSlast; /**< The previous TPS reading */
unsigned long TPS_time; //The time the TPS sample was taken
unsigned long TPSlast_time; //The time the previous TPS sample was taken
byte MAPlast; /**< The previous MAP reading */
uint16_t MAPlast; /**< The previous MAP reading */
unsigned long MAP_time; //The time the MAP sample was taken
unsigned long MAPlast_time; //The time the previous MAP sample was taken
volatile unsigned long vssTimes[VSS_SAMPLES] = {0};