drivers/si70xx: adapted to GPIO changes

This commit is contained in:
Hauke Petersen 2016-03-17 14:54:47 +01:00
parent 5996706771
commit dd16560070

View File

@ -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 {