smashyanand / ardupilot-mega

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

mismatch between the APM_Config.h.example and config.h #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like there is a mismatch between the APM_Config.h.example and config.h

The example file states:
// The default is to disable air start.
//
//#define ENABLE_AIR_START 0

but the config.h file has:
#ifndef ENABLE_AIR_START
# define ENABLE_AIR_START ENABLED
#endif

I'm not sure if I'm reading this right, but it looks like Air Start is Enabled 
by default.

Steve

Original issue reported on code.google.com by spjack...@gmail.com on 28 Sep 2010 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by jasonshort on 28 Sep 2010 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed - R953

Original comment by dewei...@gmail.com on 28 Sep 2010 at 9:06