Update some comments
This commit is contained in:
parent
4965d0dc99
commit
6b84637a5b
@ -70,6 +70,10 @@
|
|||||||
* Description:
|
* Description:
|
||||||
* Input one byte from the serial console
|
* Input one byte from the serial console
|
||||||
*
|
*
|
||||||
|
* REVIST: If used with the serial driver enabled, then this could
|
||||||
|
* interfere with the serial driver operations. Serial interrupts should
|
||||||
|
* be disabled when this function executes in that case.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int up_getc(void)
|
int up_getc(void)
|
||||||
|
@ -67,7 +67,11 @@
|
|||||||
* Name: up_getc
|
* Name: up_getc
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Input one byte from the serial console
|
* Input one byte from the serial console.
|
||||||
|
*
|
||||||
|
* REVIST: If used with the serial driver enabled, then this could
|
||||||
|
* interfere with the serial driver operations. Serial interrupts should
|
||||||
|
* be disabled when this function executes in that case.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
@ -89,6 +89,10 @@
|
|||||||
* Description:
|
* Description:
|
||||||
* Read one byte from the serial console
|
* Read one byte from the serial console
|
||||||
*
|
*
|
||||||
|
* REVIST: If used with the serial driver enabled, then this could
|
||||||
|
* interfere with the serial driver operations. Serial interrupts should
|
||||||
|
* be disabled when this function executes in that case.
|
||||||
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int up_getc(void)
|
int up_getc(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user