Changes in uspace/app/tester/hw/serial/serial1.c [a63966d:f2d88f3] in mainline
- File:
-
- 1 edited
-
uspace/app/tester/hw/serial/serial1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/serial/serial1.c
ra63966d rf2d88f3 136 136 while (total < cnt) { 137 137 138 rc = chardev_read(chardev, buf, cnt - total, &nread); 138 rc = chardev_read(chardev, buf, cnt - total, &nread, 139 chardev_f_none); 139 140 if (rc != EOK) { 140 141 (void) serial_set_comm_props(serial, old_baud,
Note:
See TracChangeset
for help on using the changeset viewer.
