Skip to content

Commit fd93da2

Browse files
committed
Fix io bug.
1 parent 0c42ce6 commit fd93da2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/wiring_digital.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ void pinMode(uint8_t dwPin, uint8_t dwMode){
1919
fpioa_function_t function = FUNC_GPIOHS0 + gpionum;
2020
fpioa_set_function(dwPin, function);
2121
gpiohs_set_drive_mode((uint8_t)gpionum, (gpio_drive_mode_t)dwMode);
22-
gpiohs_set_pin((uint8_t)gpionum, GPIO_PV_LOW);
2322
}
2423
return ;
2524
}

0 commit comments

Comments
 (0)