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

Moved parameter group for rx_pwm to pg directory.

This commit is contained in:
mikeller 2017-12-24 10:04:45 +13:00
parent bf3dd1991d
commit 9cb4f6b097
10 changed files with 121 additions and 62 deletions

View file

@ -30,8 +30,6 @@
#include "config/config_eeprom.h"
#include "config/feature.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "cms/cms.h"
#include "cms/cms_types.h"
@ -82,6 +80,9 @@
#include "pg/adc.h"
#include "pg/bus_i2c.h"
#include "pg/flash.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx_pwm.h"
#include "rx/rx.h"
#include "rx/rx_spi.h"