1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +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

@ -93,7 +93,6 @@
#include "io/gimbal.h"
#include "io/gps.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "io/serial.h"
#include "io/serial_4way.h"
#include "io/servos.h"