diff options
author | Keith Packard <keithp@keithp.com> | 2017-06-27 23:39:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-06-27 23:39:16 -0700 |
commit | b923e25a8a49dda40e62070dd2df6ff9130d4b38 (patch) | |
tree | 2e064d601d9ed0ba345d22765b628be691522288 /src | |
parent | e64438271e481ca9f9eeb0ce2b1f9eca071b7ad4 (diff) |
altos/telebt-v4.0: Use HW flow control to BT moduletime-series
Now that the stmf0 HW flow control works...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telebt-v4.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telebt-v4.0/ao_pins.h b/src/telebt-v4.0/ao_pins.h index 0082b2b5..f3d70d1a 100644 --- a/src/telebt-v4.0/ao_pins.h +++ b/src/telebt-v4.0/ao_pins.h @@ -54,7 +54,7 @@ #define USE_SERIAL_2_STDIN 1 #define DELAY_SERIAL_2_STDIN 1 #define USE_SERIAL_2_FLOW 1 -#define USE_SERIAL_2_SW_FLOW 1 +#define USE_SERIAL_2_SW_FLOW 0 #define SERIAL_2_PA2_PA3 1 #define SERIAL_2_PD5_PD6 0 #define SERIAL_2_PORT_RTS (&stm_gpioa) |