1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +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

@ -53,8 +53,6 @@ extern uint8_t __config_end;
#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/buf_writer.h"
@ -114,7 +112,11 @@ extern uint8_t __config_end;
#include "io/vtx.h"
#include "pg/adc.h"
#include "pg/beeper.h"
#include "pg/beeper_dev.h"
#include "pg/bus_i2c.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx_pwm.h"
#include "rx/rx.h"