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

Move motorConfig_s and motorDevConfig_s to pg/motor (#8498)

Move motorConfig_s and motorDevConfig_s to pg/motor
This commit is contained in:
Michael Keller 2019-06-30 12:59:31 +12:00 committed by GitHub
commit 6130dc3b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 177 additions and 120 deletions

View file

@ -26,6 +26,7 @@ extern "C" {
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx.h"
#include "pg/motor.h"
#include "drivers/accgyro/accgyro.h"
#include "drivers/accgyro/gyro_sync.h"

View file

@ -26,6 +26,7 @@ extern "C" {
#include "build/debug.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/motor.h"
#include "flight/mixer.h"