Changeset f7162ce in rtems
- Timestamp:
- 01/04/02 18:14:03 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5c76213
- Parents:
- 0666ea48
- Location:
- c/src/lib/libbsp/h8300/h8sim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/h8300/h8sim/ChangeLog
r0666ea48 rf7162ce 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h. 4 1 5 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/h8300/h8sim/console/console-io.c
r0666ea48 rf7162ce 58 58 } 59 59 60 #include < bspIo.h>60 #include <rtems/bspIo.h> 61 61 62 62 void H8simBSP_output_char(char c) { console_outbyte_polled( 0, c ); }
Note: See TracChangeset
for help on using the changeset viewer.