| 1234567891011121314151617181920212223242526272829 |
- #ifndef __LPC_UART_CNFG_H
- #define __LPC_UART_CNFG_H
- /*************************************************************************
- *
- * Used with ICCARM and AARM.
- *
- * (c) Copyright IAR Systems 2003
- *
- * File name : LPC_Uart.h
- * Description :
- *
- * History :
- * 1. Data: July 13, 2004
- * Author: Shawn Zhang
- * Description: Create
- *
- * 2. Data : Oct 9, 2004
- * Author : Stanimir Bonev
- * Description : Modify
- *
- * $Revision: 1.1 $
- **************************************************************************/
- // Uarts buffers size
- #define RXBUFSIZE 128
- #define TXBUFSIZE 256
- #endif /* __LPC_UART_CNFG_H */
|