summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_reg8.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 23:57:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 23:57:41 +0000
commit849dc107565f531dcd5fd864dffa366d05d4d23b (patch)
tree1e8abe4ce5e88974e24cffc46e2bb0393f5a87f5 /c/src/libchip/serial/mc68681_reg8.c
parentSwitched to usign the default z8530 and mc68681 register access routines. (diff)
downloadrtems-849dc107565f531dcd5fd864dffa366d05d4d23b.tar.bz2
Fixed typos.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/mc68681_reg8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libchip/serial/mc68681_reg8.c b/c/src/libchip/serial/mc68681_reg8.c
index 98753236b6..b83ccd2b46 100644
--- a/c/src/libchip/serial/mc68681_reg8.c
+++ b/c/src/libchip/serial/mc68681_reg8.c
@@ -3,7 +3,7 @@
* used with the mc68681 chip if accesses to the chip are as follows:
*
* + registers are accessed as bytes
- * + registers are on 32-bit boundaries
+ * + registers are on 64-bit boundaries
*
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
@@ -18,6 +18,7 @@
#define _MC68681_MULTIPLIER 8
#define _MC68681_NAME(_X) _X##_8
+#define _MC68681_TYPE unsigned8
#include "mc68681_reg.c"