Changeset 84c89718 in mainline
- Timestamp:
- 2012-04-05T19:44:21Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7235d40
- Parents:
- e882e3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ns8250/ns8250.c
re882e3a r84c89718 212 212 ns8250_putchar(ns, (uint8_t) buf[idx]); 213 213 214 return 0;214 return count; 215 215 } 216 216
Note:
See TracChangeset
for help on using the changeset viewer.