diff options
author | Keith Packard <keithp@keithp.com> | 2014-07-15 22:52:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-15 22:55:34 -0700 |
commit | b1c45d010276b762ef657a759198156106c29962 (patch) | |
tree | 1e22d5ecaea76ae1801c53b251c7184d6efaa410 /src/product/ao_flash_pins.h | |
parent | 3cf030fffffd223c3717011e03aac82346295d71 (diff) |
altos/flash-loader: On STM, don't include ao_usb_disablefox1-v3-sn8fox1-v3-sn7fox1-v3-sn6fox1-v3-sn5
This saves a bit of space, keeping the flash loader under 4k on fox
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/ao_flash_pins.h')
-rw-r--r-- | src/product/ao_flash_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/product/ao_flash_pins.h b/src/product/ao_flash_pins.h index 4917ee6f..9acf4d21 100644 --- a/src/product/ao_flash_pins.h +++ b/src/product/ao_flash_pins.h @@ -24,6 +24,7 @@ #define HAS_USB 1 #define USE_USB_STDIO 0 +#define HAS_USB_DISABLE 0 #define HAS_BEEP 0 #define HAS_TASK 0 #define HAS_ECHO 0 |