Changeset ec81221 in mainline for uspace/app/wavplay/main.c


Ignore:
Timestamp:
2013-03-24T14:09:11Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ba4d45
Parents:
7294b5b
Message:

libhound: Handle default target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/main.c

    r7294b5b rec81221  
    8181        }
    8282
    83         ret = hound_context_connect_target(hound, "default");
     83        ret = hound_context_connect_target(hound, HOUND_DEFAULT_TARGET);
    8484        if (ret != EOK) {
    8585                printf("Failed to connect to default target: %s\n",
Note: See TracChangeset for help on using the changeset viewer.