Open GoogleCodeExporter opened 8 years ago
Do you have an APM1280? In that case it is probably disabled. See config.h:
#if defined( __AVR_ATmega1280__ )
#define CLI_ENABLED DISABLED
#define LOGGING_ENABLED DISABLED
#endif
You can re-enable it if you make sure that the code still fits.
Original comment by andre.sc...@gmail.com
on 11 Mar 2012 at 12:43
Original issue reported on code.google.com by
cumulusnimbus@gmail.com
on 3 Mar 2012 at 10:04