1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Moved beeper parameter groups to pg/.

This commit is contained in:
mikeller 2017-12-24 16:52:34 +13:00
parent 351294d19a
commit f6bdfd91e2
19 changed files with 173 additions and 48 deletions

View file

@ -47,6 +47,7 @@ extern "C" {
#include "io/osd.h"
#include "io/serial.h"
#include "io/vtx.h"
#include "pg/beeper.h"
#include "rx/rx.h"
#include "scheduler/scheduler.h"
#include "sensors/battery.h"