1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #4835 from mikeller/move_vcd_to_pg

Moved vcd parameter group to `pg/`.
This commit is contained in:
Michael Keller 2017-12-24 16:13:59 +13:00 committed by GitHub
commit 351294d19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 61 additions and 29 deletions

View file

@ -83,6 +83,7 @@
#include "pg/pg.h"
#include "pg/rx_pwm.h"
#include "pg/sdcard.h"
#include "pg/vcd.h"
#include "rx/rx.h"
#include "rx/rx_spi.h"