1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Fix missing header (breaks test_pid_unittest)

This commit is contained in:
Matthew Selby 2025-06-25 23:51:59 +01:00
parent d98e1aab51
commit 00d1f66dd2

View file

@ -20,6 +20,8 @@
#pragma once
#include "drivers/io_types.h"
#ifdef USE_BEEPER
#define BEEP_TOGGLE systemBeepToggle()
#define BEEP_OFF systemBeep(false)