1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Merge pull request #9963 from mikeller/remove_unused_header

Removed unused 'io/motors.h' header file.
This commit is contained in:
Michael Keller 2020-06-30 23:19:56 +12:00 committed by GitHub
commit e96e63e252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 32 deletions

View file

@ -111,7 +111,6 @@
#include "io/gimbal.h"
#include "io/gps.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "io/pidaudio.h"
#include "io/piniobox.h"
#include "io/rcdevice_cam.h"