Skip to content

Commit

Permalink
drivers/si70xx: adapted to GPIO changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Mar 17, 2016
1 parent 5996706 commit dd16560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/driver_si70xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(void)
if (TEST_PIN_EN != GPIO_UNDEF) {
printf("Toggling enable pin...");

if (gpio_init(TEST_PIN_EN, GPIO_DIR_OUT, GPIO_NOPULL) == 0) {
if (gpio_init(TEST_PIN_EN, GPIO_OUT) == 0) {
puts("[OK]\n");
}
else {
Expand Down

0 comments on commit dd16560

Please sign in to comment.