Skip to content

Commit

Permalink
mraa-gpio.c: Add return to list_pins
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Le Foll <[email protected]>
  • Loading branch information
arfoll committed Mar 24, 2016
1 parent 8b02c41 commit 21bea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mraa-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ list_pins()
if (pin_count == 0) {
fprintf(stdout, "No Pins\n");
}
return pin_count;
}


mraa_result_t
gpio_set(int pin, int level, mraa_boolean_t raw)
{
Expand Down

0 comments on commit 21bea74

Please sign in to comment.