Changeset f7162ce in rtems for c/src/lib/libbsp/h8300/h8sim/console/console-io.c
- Timestamp:
- 01/04/02 18:14:03 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5c76213
- Parents:
- 0666ea48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.