1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +03:00

Moved max7456 parameter group into pg/ directory.

This commit is contained in:
mikeller 2017-12-24 01:52:29 +13:00
parent 9dda8c4f18
commit 200167aaf7
7 changed files with 78 additions and 28 deletions

View file

@ -28,15 +28,11 @@
#include "common/utils.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "drivers/adc.h"
#include "drivers/bus_i2c.h"
#include "drivers/bus_spi.h"
#include "drivers/light_led.h"
#include "drivers/camera_control.h"
#include "drivers/max7456.h"
#include "drivers/vtx_common.h"
#include "fc/config.h"
@ -66,6 +62,9 @@
#include "io/vtx_rtc6705.h"
#include "pg/adc.h"
#include "pg/max7456.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "rx/rx.h"
#include "rx/cc2500_frsky_common.h"