1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Moved vcd parameter group to pg/.

This commit is contained in:
mikeller 2017-12-24 14:33:18 +13:00
parent ff21932ef9
commit 2d930b28ce
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"