Moved beeper parameter groups to `pg/`.
commitf6bdfd91e279a676b04748e6b599c991164e4186
authormikeller <github@ike.ch>
Sun, 24 Dec 2017 03:52:34 +0000 (24 16:52 +1300)
committermikeller <github@ike.ch>
Sun, 24 Dec 2017 04:56:37 +0000 (24 17:56 +1300)
tree6053f9a4dcb5c9a72d6f4e3808d48b96ef5c6309
parent351294d19a0f1f7cd6ae993285053e3b8de5b427
Moved beeper parameter groups to `pg/`.
19 files changed:
make/source.mk
src/main/drivers/sound_beeper.c
src/main/drivers/sound_beeper.h
src/main/fc/config.c
src/main/fc/config.h
src/main/fc/fc_core.c
src/main/fc/fc_init.c
src/main/interface/cli.c
src/main/interface/settings.c
src/main/io/beeper.c
src/main/io/beeper.h
src/main/pg/beeper.c [copied from src/main/drivers/sound_beeper.h with 55% similarity]
src/main/pg/beeper.h [copied from src/main/drivers/sound_beeper.h with 57% similarity]
src/main/pg/beeper_dev.c [copied from src/main/drivers/sound_beeper.h with 50% similarity]
src/main/pg/beeper_dev.h [copied from src/main/drivers/sound_beeper.h with 68% similarity]
src/main/target/ALIENFLIGHTF3/config.c
src/main/target/BLUEJAYF4/config.c
src/main/target/YUPIF4/config.c
src/test/unit/cli_unittest.cc