mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Rover: Remove APM_Config.h
This commit is contained in:
parent
a0ba9986a2
commit
638d746911
@ -1,4 +0,0 @@
|
|||||||
// This file is just a placeholder for your configuration file. If you wish to change any of the setup parameters from
|
|
||||||
// their default values, place the appropriate #define statements here.
|
|
||||||
|
|
||||||
|
|
@ -1,37 +1,7 @@
|
|||||||
//
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// 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
|
|
||||||
///
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Default and automatic configuration details.
|
|
||||||
//
|
|
||||||
// Notes for maintainers:
|
|
||||||
//
|
|
||||||
// - Try to keep this file organised in the same order as APM_Config.h.example
|
|
||||||
//
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
|
|
||||||
///
|
|
||||||
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
|
|
||||||
/// change in your local copy of APM_Config.h.
|
|
||||||
///
|
|
||||||
#include "APM_Config.h" // <== THIS INCLUDE, DO NOT EDIT IT. EVER.
|
|
||||||
///
|
|
||||||
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
|
|
||||||
/// change in your local copy of APM_Config.h.
|
|
||||||
///
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// sensor types
|
// sensor types
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user