Changeset ec81221 in mainline for uspace/app/wavplay/main.c
- Timestamp:
- 2013-03-24T14:09:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ba4d45
- Parents:
- 7294b5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/main.c
r7294b5b rec81221 81 81 } 82 82 83 ret = hound_context_connect_target(hound, "default");83 ret = hound_context_connect_target(hound, HOUND_DEFAULT_TARGET); 84 84 if (ret != EOK) { 85 85 printf("Failed to connect to default target: %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.