ArduCopterNG - Added warning message to tell people not to switch AIRFRAME to HELI and then load to a QUAD because if they do, the engines will fire up to 50% during the initialisation sequence.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@910 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
rmackay9@yahoo.com 2010-11-24 01:45:05 +00:00
parent 715cd4d3b0
commit 165711f028
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ TODO:
#define QUAD 0
#define HELI 1
// Note: do not change AIRFRAME to HELI and then load it into a QUAD or you will end up with your engines going to 50% during the initialisation sequence
#define AIRFRAME QUAD
/*************************************************************/