Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
scantool: use the new doScan method
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroehnert committed Sep 3, 2011
1 parent 4a7ae5b commit 142a918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/scantool.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ int main(int argc, char* argv[])
{
[device printOptions];
[device printParameters];
[device doScan];
}

[device close];
Expand Down

0 comments on commit 142a918

Please sign in to comment.