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
Original issue reported on code.google.com by
spjack...@gmail.com
on 28 Sep 2010 at 4:25