From 343b101689d18e555bba9146a69a4843db864ebe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Dec 2017 08:23:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11114 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c') diff --git a/testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c b/testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c index 2a4e9789e..6c400ab4c 100644 --- a/testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c +++ b/testhal/STM32/multi/UART/cfg-stm32f746_discovery/portab.c @@ -44,11 +44,11 @@ void rxerr(UARTDriver *uartp, uartflags_t e); * UART driver configuration structure. */ UARTConfig uart_cfg_1 = { - NULL, - NULL, - NULL, - NULL, - NULL, + NULL, + NULL, + NULL, + NULL, + NULL, NULL, 0, 38400, -- cgit v1.2.3