summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console-polled.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/console-polled.c')
-rw-r--r--c/src/lib/libbsp/shared/console-polled.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c
index 1ff40bd1ed..c5733827db 100644
--- a/c/src/lib/libbsp/shared/console-polled.c
+++ b/c/src/lib/libbsp/shared/console-polled.c
@@ -1,6 +1,7 @@
/*
- * This file contains the hardware specific portions of the TTY driver
- * for the serial ports on the erc32.
+ * This file contains the hardware independent portion of a polled
+ * console device driver. If a BSP chooses to use this, then it
+ * only has to provide a few board dependent routines.
*
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).