Changeset 84a1a54 in mainline for uspace/app/vuhid/main.c
- Timestamp:
- 2018-01-04T20:47:53Z (7 years ago)
- Children:
- facacc71
- Parents:
- cde999a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/main.c
rcde999a r84a1a54 238 238 printf("Unable to start communication with VHCD `%s': %s.\n", 239 239 controller, str_error(rc)); 240 return rc;240 return EXIT_RC(rc); 241 241 } 242 242
Note:
See TracChangeset
for help on using the changeset viewer.