1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Change attitude task freqency when in angle or horizon mode

This commit is contained in:
Martin Budden 2018-02-01 10:26:29 +00:00
parent 4509e8d237
commit 62ad67f45b
5 changed files with 9 additions and 5 deletions

View file

@ -669,4 +669,5 @@ extern "C" {
void dashboardEnablePageCycling(void) {}
void dashboardDisablePageCycling(void) {}
bool imuQuaternionHeadfreeOffsetSet(void) { return true; }
void rescheduleTask(cfTaskId_e, uint32_t) {}
}