apm 1280 disables

This commit is contained in:
Michael Oborne 2011-12-16 22:26:39 +08:00
parent bfc08d5d1a
commit 28d280562a
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
# define CONFIG_APM_HARDWARE APM_HARDWARE_APM1
#endif
#if defined( __AVR_ATmega1280__ )
#define CLI_ENABLED DISABLED
#define LOGGING_ENABLED DISABLED
#endif
//////////////////////////////////////////////////////////////////////////////
// APM2 HARDWARE DEFAULTS
//