| | |
| | | stUartStat Uart1Stat={0};
|
| | | stUartStat Uart2Stat={0};
|
| | |
|
| | | const unsigned int DefaultUart1Baud = 230400;
|
| | | unsigned int Uart1Baud = 230400;
|
| | | unsigned int Uart2Baud = 1000000;
|
| | | //const unsigned int DefaultUart1Baud = 230400;
|
| | |
|
| | | unsigned int Uart1Baud = DefaultUart1Baud;
|
| | | unsigned int Uart2Baud = DefaultUart2Baud;
|
| | |
|
| | | unsigned char Uart1RecvBuf1[128];
|
| | | int Uart1RecvBuf1DataLen=0;
|
| | |
| | |
|
| | | volatile int SysConfigs;
|
| | |
|
| | | /*
|
| | | int GetBoardType(void )
|
| | | {
|
| | | int BoardType=0;
|
| | |
| | | BoardType = BOARD_TYPE;
|
| | | return BoardType;
|
| | | }
|
| | |
|
| | | */
|
| | | /*
|
| | | int sintab[256]={
|
| | | 0, 1, 3, 4, 6, 7, 9, 10, 12, 14, 15, 17, 18, 20, 21, 23,
|