mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Create a pg for rxConfig
This commit is contained in:
parent
60de878452
commit
041bfb22c6
99 changed files with 320 additions and 101 deletions
|
@ -21,11 +21,12 @@
|
|||
#include <limits.h>
|
||||
|
||||
extern "C" {
|
||||
#include "platform.h"
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#include "platform.h"
|
||||
#include "pg/rx.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/maths.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue