diff options
| author | Keith Packard <keithp@keithp.com> | 2012-03-21 16:18:26 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-03-28 21:37:03 -0700 | 
| commit | f560c961ae4fedec0c9f11d5b3635fcb0d67ed8e (patch) | |
| tree | 9859759edb9c75fbf8818c4aaae0a70b0e6f1942 /src/stm-demo/ao_pins.h | |
| parent | faf2bea4fdb3dca7fbed35423a4fe4459ee92ceb (diff) | |
Add support for multiple serial ports on STM32L
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/ao_pins.h')
| -rw-r--r-- | src/stm-demo/ao_pins.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm-demo/ao_pins.h b/src/stm-demo/ao_pins.h index 39d4fc3c..c72cd04b 100644 --- a/src/stm-demo/ao_pins.h +++ b/src/stm-demo/ao_pins.h @@ -19,6 +19,8 @@  #define _AO_PINS_H_  #define HAS_SERIAL_1		1 +#define HAS_SERIAL_2		1 +#define HAS_SERIAL_3		1  #define USE_SERIAL_STDIN	1  #define HAS_USB			0  #define HAS_BEEP		0  | 
