Changeset be15256 in mainline for uspace/srv/hid/display/test/window.c
- Timestamp:
- 2019-11-05T08:00:18Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2d1df3
- Parents:
- b3c185b6
- git-author:
- Jiri Svoboda <jiri@…> (2019-10-04 19:00:15)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-11-05 08:00:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/window.c
rb3c185b6 rbe15256 47 47 errno_t rc; 48 48 49 rc = ds_client_create(NULL, NULL, &client);49 rc = ds_client_create(NULL, NULL, NULL, &client); 50 50 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 51 51
Note:
See TracChangeset
for help on using the changeset viewer.