mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Move motorConfig_s, motorDevConfig_s and associated PG handling into pg/motor.[ch]
This commit is contained in:
parent
f9bd71f9be
commit
0e63596abd
41 changed files with 177 additions and 120 deletions
|
@ -130,6 +130,7 @@ uint8_t cliMode = 0;
|
|||
#include "pg/gyrodev.h"
|
||||
#include "pg/max7456.h"
|
||||
#include "pg/mco.h"
|
||||
#include "pg/motor.h"
|
||||
#include "pg/pinio.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue