Changeset f9b2cb4c in mainline for uspace/app/date/date.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/date/date.c
r0dd16778 rf9b2cb4c 136 136 137 137 /* Connect to the device */ 138 async_sess_t *sess = loc_service_connect(EXCHANGE_SERIALIZE, 139 svc_id, 0); 138 async_sess_t *sess = loc_service_connect(svc_id, INTERFACE_DDF, 0); 140 139 if (!sess) { 141 140 printf(NAME ": Cannot connect to the device\n");
Note:
See TracChangeset
for help on using the changeset viewer.