mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fix unit test compilation failure.
This commit is contained in:
parent
f05a12863c
commit
b63e074d0c
1 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@ extern "C" {
|
||||||
#include "sensors/sensors.h"
|
#include "sensors/sensors.h"
|
||||||
#include "sensors/acceleration.h"
|
#include "sensors/acceleration.h"
|
||||||
|
|
||||||
|
#include "io/beeper.h"
|
||||||
#include "io/escservo.h"
|
#include "io/escservo.h"
|
||||||
#include "io/rc_controls.h"
|
#include "io/rc_controls.h"
|
||||||
|
|
||||||
|
@ -187,11 +188,11 @@ void generatePitchRollCurve(controlRateConfig_t *) {
|
||||||
callCounts[COUNTER_GENERATE_PITCH_ROLL_CURVE]++;
|
callCounts[COUNTER_GENERATE_PITCH_ROLL_CURVE]++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void queueConfirmationBeep(uint8_t) {
|
void beeperConfirmationBeeps(uint8_t) {
|
||||||
callCounts[COUNTER_QUEUE_CONFIRMATION_BEEP]++;
|
callCounts[COUNTER_QUEUE_CONFIRMATION_BEEP]++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void beeper(uint8_t mode) {
|
void beeper(beeperMode_e mode) {
|
||||||
UNUSED(mode);
|
UNUSED(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue