diff options
| author | Keith Packard <keithp@keithp.com> | 2012-03-23 00:02:38 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-03-28 21:37:03 -0700 |
| commit | c9e61a4f1f0ce5e5177a2252e8b7a02a578e77f1 (patch) | |
| tree | aa5ce3d3b332aa7b68cf3f6dd32b9d1b73462bd2 /src/stm/ao_arch.h | |
| parent | bf060b3e3ed655bbb8464f342d0a0b1745a06173 (diff) | |
Allow any STM usart to be used for stdio
This also adds the alternate pin configurations for the other two
usarts
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_arch.h')
| -rw-r--r-- | src/stm/ao_arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index 61e62f5d..55976c89 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -161,5 +161,7 @@ void ao_lcd_font_init(void); void ao_lcd_font_string(char *s); +#define USE_SERIAL_STDIN (USE_SERIAL_1_STDIN + USE_SERIAL_2_STDIN + USE_SERIAL_3_STDIN) + #endif /* _AO_ARCH_H_ */ |
