svn commit: r262548 - head/sys/arm/at91
Warner Losh
imp at FreeBSD.org
Thu Feb 27 08:19:19 UTC 2014
Author: imp
Date: Thu Feb 27 08:19:19 2014
New Revision: 262548
URL: http://svnweb.freebsd.org/changeset/base/262548
Log:
Style(9) nit: Use tab here.
Modified:
head/sys/arm/at91/uart_dev_at91usart.c
Modified: head/sys/arm/at91/uart_dev_at91usart.c
==============================================================================
--- head/sys/arm/at91/uart_dev_at91usart.c Thu Feb 27 04:45:29 2014 (r262547)
+++ head/sys/arm/at91/uart_dev_at91usart.c Thu Feb 27 08:19:19 2014 (r262548)
@@ -279,7 +279,7 @@ at91_usart_init(struct uart_bas *bas, in
* we don't want to hang here forever if the hardware is in a bad state.
*/
if (!(RD4(bas, USART_CSR) & USART_CSR_TXRDY))
- DELAY(1000);
+ DELAY(10000);
at91_usart_param(bas, baudrate, databits, stopbits, parity);
More information about the svn-src-all
mailing list