X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstm32f103-nucleo%2Fao_pins.h;h=6de5c9a9f4d3003601690eaf0de89fd554386d4e;hb=09a3c086dae1cce43c843626a1c624b4e2ad8d04;hp=62e50edc0330e41a536c2843f0768d7597658b24;hpb=cea0f40fff14b9d2085e0026a68b742a4b114cb9;p=fw%2Faltos diff --git a/src/stm32f103-nucleo/ao_pins.h b/src/stm32f103-nucleo/ao_pins.h index 62e50edc..6de5c9a9 100644 --- a/src/stm32f103-nucleo/ao_pins.h +++ b/src/stm32f103-nucleo/ao_pins.h @@ -40,13 +40,17 @@ #define AO_USB_PULLUP_PORT (&stm_gpiob) #define AO_USB_PULLUP_PIN 12 - #define HAS_LED 1 #define LED_0_PORT (&stm_gpioa) #define LED_0_PIN 5 #define AO_LED_GREEN (1 << 0) #define AO_LED_PANIC AO_LED_GREEN -#define HAS_SERIAL_1 1 -#define USE_SERIAL_1_STDIN 1 +#define HAS_SERIAL_1 0 +#define USE_SERIAL_1_STDIN 0 #define SERIAL_1_PA9_PA10 1 + +#define HAS_SERIAL_2 1 +#define USE_SERIAL_2_STDIN 1 +#define SERIAL_2_PA2_PA3 1 +#define SERIAL_2_SPEED AO_SERIAL_SPEED_115200