diff options
author | Keith Packard <keithp@keithp.com> | 2011-10-11 18:48:11 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-11 18:57:32 -0600 |
commit | 75960500d1f290fa9f82183431443ac122f12c19 (patch) | |
tree | 9a246a68f28308ac52ad0695ef0b38aa45cd5dd5 | |
parent | b80f8ffb61566cbd134c399ea6ccf9290075490b (diff) |
altos/avr: telescience doesn't have room for the flash write code
This is useful for debugging the SPI and flash drivers, but not
necessary in production code.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/avr/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/ao_pins.h b/src/avr/ao_pins.h index ddd37a7b..bf02db1b 100644 --- a/src/avr/ao_pins.h +++ b/src/avr/ao_pins.h @@ -42,7 +42,7 @@ #define HAS_ADC 1 #define PACKET_HAS_SLAVE 0 #define HAS_BEEP 0 - #define HAS_STORAGE_DEBUG 1 + #define HAS_STORAGE_DEBUG 0 #define AVR_VCC_5V 0 #define AVR_VCC_3V3 1 |