1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Create a pg for rxConfig

This commit is contained in:
jflyper 2018-05-25 11:01:49 +09:00
parent 60de878452
commit 041bfb22c6
99 changed files with 320 additions and 101 deletions

View file

@ -27,9 +27,10 @@ extern "C" {
#include "platform.h"
#include "target.h"
#include "build/version.h"
#include "pg/pg.h"
#include "config/feature.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx.h"
#include "drivers/buf_writer.h"
#include "drivers/vtx_common.h"
#include "fc/config.h"