mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fix missing header (breaks test_pid_unittest)
This commit is contained in:
parent
d98e1aab51
commit
00d1f66dd2
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "drivers/io_types.h"
|
||||||
|
|
||||||
#ifdef USE_BEEPER
|
#ifdef USE_BEEPER
|
||||||
#define BEEP_TOGGLE systemBeepToggle()
|
#define BEEP_TOGGLE systemBeepToggle()
|
||||||
#define BEEP_OFF systemBeep(false)
|
#define BEEP_OFF systemBeep(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue