diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-06 20:33:58 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-06 20:35:03 -0700 |
commit | 19bfa3882a2d95fcade256c2d63ad24f794281e5 (patch) | |
tree | 0bd2916b878c9be08056033950e8944ff88950fb /src/ao_pins.h | |
parent | d9cc27641fe1778c098b065bf110be7823e6c9f4 (diff) |
altos: Use USART configuration 1 with flow control for TBT
It's just wired that way.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_pins.h')
-rw-r--r-- | src/ao_pins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ao_pins.h b/src/ao_pins.h index bc9bdcb9..4c31f755 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -248,6 +248,9 @@ #define HAS_USB 1 #define HAS_BEEP 0 #define HAS_SERIAL_1 1 + #define HAS_SERIAL_1_ALT_1 1 + #define HAS_SERIAL_1_ALT_2 0 + #define HAS_SERIAL_1_HW_FLOW 1 #define USE_SERIAL_STDIN 1 #define HAS_ADC 0 #define HAS_DBG 1 |