Skip to content

Commit

Permalink
fix tcs34725 compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
nekuz0r committed Jul 23, 2014
1 parent f3d2b8e commit 6b219ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devlib/tcs34725.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ IMPLEMENT(tcs34725SetInterruptLimits) {

SET_ARGUMENT_NAME(0, id);
SET_ARGUMENT_NAME(1, low);
SET_ARGUMENT_NAME(1, high);
SET_ARGUMENT_NAME(2, high);

CHECK_ARGUMENTS_LENGTH_EQUAL(3);

Expand Down

0 comments on commit 6b219ba

Please sign in to comment.