Changeset 5a6cc679 in mainline for uspace/app/tester/hw/serial/serial1.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/app/tester/hw/serial/serial1.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/serial/serial1.c
r132ab5d1 r5a6cc679 56 56 serial_t *serial; 57 57 chardev_t *chardev; 58 int rc;58 errno_t rc; 59 59 size_t nread; 60 60 size_t nwritten; … … 75 75 76 76 service_id_t svc_id; 77 int res = loc_service_get_id("devices/\\hw\\pci0\\00:01.0\\com1\\a",77 errno_t res = loc_service_get_id("devices/\\hw\\pci0\\00:01.0\\com1\\a", 78 78 &svc_id, IPC_FLAG_BLOCKING); 79 79 if (res != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.
