1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Minor change to reflect name usart.h.

This commit is contained in:
James Snyder 2009-01-09 23:22:09 +00:00
parent 51163fdf86
commit f9a608c332

View File

@ -25,8 +25,8 @@
//
//*****************************************************************************
#ifndef __UART_H__
#define __UART_H__
#ifndef __USART_H__
#define __USART_H__
//*****************************************************************************
//
@ -187,4 +187,4 @@ extern void UARTRxErrorClear(unsigned long ulBase);
}
#endif
#endif // __UART_H__
#endif // __USART_H__