mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: include config_motors.h in sketch
This commit is contained in:
parent
e969e0dc55
commit
7b056f208d
|
@ -80,6 +80,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list
|
|||
// Configuration
|
||||
#include "defines.h"
|
||||
#include "config.h"
|
||||
#include "config_motors.h"
|
||||
|
||||
// Local modules
|
||||
#include "Parameters.h"
|
||||
|
|
Loading…
Reference in New Issue