1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +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

@ -65,6 +65,7 @@
#include "pg/max7456.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx_pwm.h"
#include "rx/rx.h"
#include "rx/cc2500_frsky_common.h"