Changeset 9f6c5ef0 in mainline for uspace/drv/test2/test2.c
- Timestamp:
- 2010-12-10T16:15:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0995cd6
- Parents:
- a880374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test2/test2.c
ra880374 r9f6c5ef0 64 64 65 65 int rc = child_device_register_wrapper(parent, name, 66 match_id, match_score );66 match_id, match_score, NULL); 67 67 68 68 if (rc == EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.