From: Keith Packard Date: Thu, 10 Nov 2022 19:40:29 +0000 (-0800) Subject: telemetrum-v4.0: Set USE_SERIAL_1_STDIN to 0 X-Git-Tag: 1.9.13~1^2~26^2~18 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=af241f03c5ec286f536c367b8cd27e9083af792b telemetrum-v4.0: Set USE_SERIAL_1_STDIN to 0 This makes sure the serial driver knows how to manage this port Signed-off-by: Keith Packard --- diff --git a/src/telemetrum-v4.0/ao_pins.h b/src/telemetrum-v4.0/ao_pins.h index 353ecb65..24c9a01a 100644 --- a/src/telemetrum-v4.0/ao_pins.h +++ b/src/telemetrum-v4.0/ao_pins.h @@ -182,6 +182,7 @@ struct ao_adc { #define AO_SERIAL_SPEED_UBLOX AO_SERIAL_SPEED_9600 #define HAS_SERIAL_1 1 +#define USE_SERIAL_1_STDIN 0 #define SERIAL_1_PA00_PA01 1 #define ao_gps_getchar ao_serial1_getchar