1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Fixed unit tests.

This commit is contained in:
Michael Keller 2017-06-19 12:36:40 +12:00
parent d93218f21c
commit f380c3d774
3 changed files with 3 additions and 12 deletions

View file

@ -235,11 +235,6 @@ bool sensors(uint32_t mask)
return false;
};
bool feature(uint32_t mask) {
UNUSED(mask);
return false;
}
uint32_t millis(void) { return 0; }
uint32_t micros(void) { return 0; }