Changeset a000878c in mainline for uspace/srv/hid/fb/serial_console.c
- Timestamp:
- 2010-02-25T19:11:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 958de16
- Parents:
- a634485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/serial_console.c
ra634485 ra000878c 100 100 }; 101 101 102 void serial_puts(c har *str)102 void serial_puts(const char *str) 103 103 { 104 104 while (*str)
Note:
See TracChangeset
for help on using the changeset viewer.