1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +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

@ -36,8 +36,6 @@
#include "config/config_eeprom.h"
#include "config/feature.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "drivers/accgyro/accgyro.h"
#include "drivers/bus_spi.h"
@ -51,7 +49,6 @@
#include "drivers/pwm_output.h"
#include "drivers/rx/rx_spi.h"
#include "drivers/sensor.h"
#include "drivers/sound_beeper.h"
#include "drivers/system.h"
#include "drivers/timer.h"
@ -81,6 +78,10 @@
#include "io/servos.h"
#include "io/vtx_control.h"
#include "pg/beeper.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "rx/rx.h"
#include "rx/rx_spi.h"