jaspreeth / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

THROTTE_FS_VALUE Misspelled in Config.h #365

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Go to Config.h, on or about line 254. See the following code:

#ifndef THROTTE_FS_VALUE
# define THROTTLE_FS_VALUE      975
#endif

Notice in the #ifndef line that "THROTTE_FS_VALUE" does not have an "L" in the 
word throttle. 

What is the expected output? What do you see instead?
The result is that even if you modify THROTTLE_FS_VALUE to your own custom 
value in APM_Config.h, it won't take effect. Config.h will always set it to 975 
since it is looking for the definition of a term that doesn't exist. 

What version of the product are you using? On what operating system?
APM 2.1.2

Original issue reported on code.google.com by bjior...@gmail.com on 14 Jun 2011 at 4:40

GoogleCodeExporter commented 8 years ago
fixed in r3058
Thanks!

Original comment by Draconis...@gmail.com on 16 Jun 2011 at 4:46

GoogleCodeExporter commented 8 years ago
Hi,

This issue is still present in the version of ArduPilorMega available for 
download. Meanwhile my plane goes to 0 throttle in "STABILIZE" and "AUTO" could 
there be a connection?

Original comment by wloomi...@comcast.net on 4 Oct 2011 at 1:02