From 2f63c636ad6ee44b20c79e4f3d23122763957937 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Sun, 1 Jan 2012 15:24:38 -0500 Subject: [PATCH] Rename ArduCopter/config_motors.h to config_channels.h --- ArduCopter/ArduCopter.pde | 2 +- ArduCopter/{config_motors.h => config_channels.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ArduCopter/{config_motors.h => config_channels.h} (100%) diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index 5459f46cf9..0f7afaf818 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -80,7 +80,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list // Configuration #include "defines.h" #include "config.h" -#include "config_motors.h" +#include "config_channels.h" // Local modules #include "Parameters.h" diff --git a/ArduCopter/config_motors.h b/ArduCopter/config_channels.h similarity index 100% rename from ArduCopter/config_motors.h rename to ArduCopter/config_channels.h