Style(9) nit: Use tab here.

This commit is contained in:
Warner Losh 2014-02-27 08:19:19 +00:00
parent 5c0761ba72
commit b331ba445e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262548

View File

@ -279,7 +279,7 @@ at91_usart_init(struct uart_bas *bas, int baudrate, int databits, int stopbits,
* 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);