mirror of https://github.com/ArduPilot/ardupilot
Sub: Remove old file to match Copter
This commit is contained in:
parent
ccb6434831
commit
5d78cacd58
|
@ -1,22 +0,0 @@
|
|||
|
||||
#ifndef __ARDUCOPTER_CONFIG_MOTORS_H__
|
||||
#define __ARDUCOPTER_CONFIG_MOTORS_H__
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
//
|
||||
// DO NOT EDIT this file to adjust your configuration. Create your own
|
||||
// APM_Config.h and use APM_Config.h.example as a reference.
|
||||
//
|
||||
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
///
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
#include "config.h" // Parent Config File
|
||||
#include "APM_Config.h" // User Overrides
|
||||
|
||||
#endif // __ARDUCOPTER_CONFIG_MOTORS_H__
|
Loading…
Reference in New Issue