Ignore:
Timestamp:
2019-01-04T21:22:17Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af7b85b
Parents:
06412ba
Message:

Add forgotten changes to enable non-blocking chardev read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/hw/serial/serial1.c

    r06412ba rf2d88f3  
    136136        while (total < cnt) {
    137137
    138                 rc = chardev_read(chardev, buf, cnt - total, &nread);
     138                rc = chardev_read(chardev, buf, cnt - total, &nread,
     139                    chardev_f_none);
    139140                if (rc != EOK) {
    140141                        (void) serial_set_comm_props(serial, old_baud,
Note: See TracChangeset for help on using the changeset viewer.