21 lines
591 B
C
21 lines
591 B
C
/*
|
|
*********************************************************************************************************
|
|
* IAR Development Kits
|
|
* on the
|
|
*
|
|
* M451
|
|
*
|
|
* Filename : uart_console.h
|
|
* Version : V1.00
|
|
* Programmer(s) : Qian Xianghong
|
|
*********************************************************************************************************
|
|
*/
|
|
|
|
#ifndef USER_UART_CONSOLE_PRESENT
|
|
#define USER_UART_CONSOLE_PRESENT
|
|
|
|
void Console_Init();
|
|
void Console_Open();
|
|
|
|
#endif
|