mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Fix compilation of HoTT telemetry unit test.
This commit is contained in:
parent
7d9fc2699a
commit
0456444cfb
1 changed files with 6 additions and 0 deletions
|
@ -167,6 +167,12 @@ int16_t GPS_directionToHome; // direction to home or hol point in degrees
|
|||
int32_t amperage;
|
||||
int32_t mAhDrawn;
|
||||
|
||||
uint32_t fixedMillis = 0;
|
||||
|
||||
uint32_t millis(void) {
|
||||
return fixedMillis;
|
||||
}
|
||||
|
||||
uint32_t micros(void) { return 0; }
|
||||
|
||||
uint8_t serialTotalBytesWaiting(serialPort_t *instance) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue