diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-15 22:52:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:24:21 -0700 |
| commit | b47796991cb6c2edb85f9201a53515b4dd28b946 (patch) | |
| tree | f4ca9fbdd4ed23d25fa253a76c353258ae570120 /src/product | |
| parent | b478d3c3569d2f9df50b0030197468d14af67688 (diff) | |
altos/flash-loader: On STM, don't include ao_usb_disable
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')
| -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 ff8d3273..019b5425 100644 --- a/src/product/ao_flash_pins.h +++ b/src/product/ao_flash_pins.h @@ -25,6 +25,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 |
