mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
updated hott_unittest, for using climbrate m/s and m/3s to Hott EAM
This commit is contained in:
parent
1689b84642
commit
2b5ca26cbb
1 changed files with 2 additions and 1 deletions
|
@ -181,6 +181,8 @@ uint32_t fixedMillis = 0;
|
||||||
|
|
||||||
baro_t baro;
|
baro_t baro;
|
||||||
|
|
||||||
|
int32_t vario = 0;
|
||||||
|
|
||||||
uint32_t millis(void) {
|
uint32_t millis(void) {
|
||||||
return fixedMillis;
|
return fixedMillis;
|
||||||
}
|
}
|
||||||
|
@ -267,4 +269,3 @@ uint16_t getVbat(void)
|
||||||
return vbat;
|
return vbat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue