From 638d7469116af547f24e2cf8c55d6a0595544022 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Sun, 12 May 2019 23:57:12 -0700 Subject: [PATCH] Rover: Remove APM_Config.h --- APMrover2/APM_Config.h | 4 ---- APMrover2/config.h | 30 ------------------------------ 2 files changed, 34 deletions(-) delete mode 100644 APMrover2/APM_Config.h diff --git a/APMrover2/APM_Config.h b/APMrover2/APM_Config.h deleted file mode 100644 index 98d4cd3b94..0000000000 --- a/APMrover2/APM_Config.h +++ /dev/null @@ -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. - - diff --git a/APMrover2/config.h b/APMrover2/config.h index 48aa58fa35..9ec5b5993c 100644 --- a/APMrover2/config.h +++ b/APMrover2/config.h @@ -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 #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