Skip to content

Commit 5eeff98

Browse files
committed
fix: UART DMA REQUEST
1 parent 8a0be63 commit 5eeff98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fw/board/boards/board_em_lb525.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
#define UART_INST USART1
3030
#define UART_TX PAD_PA19
3131
#define UART_RX PAD_PA18
32-
#define UART_DMAREQ DMA_REQUEST_4
32+
#define UART_DMAREQ DMA_REQUEST_5
3333
#else
3434
#define UART_INST USART3
3535
#define UART_TX PAD_PA20
3636
#define UART_RX PAD_PA27
37-
#define UART_DMAREQ DMA_REQUEST_7
37+
#define UART_DMAREQ DMA_REQUEST_27
3838
#endif
3939

4040
static UARTDeviceState s_dbg_uart_state;

0 commit comments

Comments
 (0)