Skip to content

Commit

Permalink
get all outputs doesn't need a status
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed May 17, 2016
1 parent 09d7bdc commit f750e49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Device/Velleman/K8055.pm
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,8 @@ class Device::Velleman::K8055 {
my int32 $analog1;
my int32 $debounce0;
my int32 $debounce1;
my $rc = k8055_get_all_output(self, $digitalBitmask, $analog0, $analog1, $debounce0, $debounce1);
k8055_get_all_output(self, $digitalBitmask, $analog0, $analog1, $debounce0, $debounce1);

if $rc != SUCCESS {
die "Failed to get inputs ({ Error($rc) })";
}
$digitalBitmask, $analog0, $analog1, $debounce0, $debounce1;
}

Expand Down

0 comments on commit f750e49

Please sign in to comment.