From 8745f7c29470ec2267eb5b90e4644499200bafd3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <clyne@bitgloo.com> Date: Mon, 10 Jun 2024 15:21:47 -0400 Subject: move io config to board.c --- board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board.h') diff --git a/board.h b/board.h index 98fa567..801cf6b 100644 --- a/board.h +++ b/board.h @@ -57,7 +57,7 @@ #define LINE_I2S_WS PAL_LINE(GPIOA, 4U) #define LINE_I2S_CK PAL_LINE(GPIOA, 5U) -#define LINE_USART2_TX PAL_LINE(GPIOA, 14U) +#define LINE_TP1 PAL_LINE(GPIOA, 12U) #define LINE_LED0 PAL_LINE(GPIOB, 7U) #define LINE_LED1 PAL_LINE(GPIOC, 14U) -- cgit v1.2.3