Skip to content

Commit

Permalink
fixes the test - uncommited change (Eclipse doesn’t save editors by d…
Browse files Browse the repository at this point in the history
…efault.)
  • Loading branch information
m-mcgowan committed Apr 5, 2017
1 parent 724c359 commit ca0eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tests/wiring/api/arduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ test(bytes) {
bitSet(x,4);
bitClear(x,4);
(void)x;
bit(3);
(void)bit(3);
}

0 comments on commit ca0eb5d

Please sign in to comment.