Changeset f9b2cb4c in mainline for uspace/app/mkbd/main.c
- Timestamp:
- 2015-08-23T12:50:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ef495f
- Parents:
- 0dd16778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
r0dd16778 rf9b2cb4c 231 231 } 232 232 233 async_sess_t *sess = devman_device_connect(EXCHANGE_SERIALIZE, 234 dev_handle, 0); 233 async_sess_t *sess = devman_device_connect(dev_handle, 0); 235 234 if (!sess) { 236 235 printf(NAME ": failed to connect to the device (handle %"
Note:
See TracChangeset
for help on using the changeset viewer.