diff options
| author | Keith Packard <keithp@keithp.com> | 2018-05-07 09:43:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-05-07 09:43:27 -0700 |
| commit | 71acc79f8e828d56296db282c72cf4492a8aa4f4 (patch) | |
| tree | 72a681d582d6bb26206e37214b087381bad61b4d /src/mpusb-v3.0/ao_pins.h | |
| parent | bc70f92966221f941b96177b401744a7aca24814 (diff) | |
altos/mpusb-v3.0: Make it compile again
A few things have changed since this code was written.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/mpusb-v3.0/ao_pins.h')
| -rw-r--r-- | src/mpusb-v3.0/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mpusb-v3.0/ao_pins.h b/src/mpusb-v3.0/ao_pins.h index 0c211861..3e79aad3 100644 --- a/src/mpusb-v3.0/ao_pins.h +++ b/src/mpusb-v3.0/ao_pins.h @@ -56,6 +56,8 @@ #define USE_SERIAL_2_STDIN 0 #define SERIAL_2_PA2_PA3 1 #define SERIAL_2_SWAP 0 +#define USE_SERIAL_2_FLOW 0 +#define USE_SERIAL_2_SW_FLOW 0 #define ao_up_getchar ao_serial2_getchar #define ao_up_putchar ao_serial2_putchar |
