Changeset 1c98d28 in rtems
- Timestamp:
- 12/13/99 20:35:09 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- da8ae79b
- Parents:
- 1d5039f
- Location:
- c/src/lib/libcpu/sh/sh7045
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/include/sci.h
r1d5039f r1c98d28 27 27 28 28 #ifdef __cplusplus 29 extern "C" {29 extern "C" { 30 30 #endif 31 31 -
c/src/lib/libcpu/sh/sh7045/sci/sci.c
r1d5039f r1c98d28 62 62 { 63 63 { "/dev/sci0", 0, 0, B9600 | CS8 }, 64 { "/dev/sci1", 0, 0, B9600 | CS8 }64 { "/dev/sci1", 1, 0, B9600 | CS8 } 65 65 } ; 66 66
Note: See TracChangeset
for help on using the changeset viewer.