Skip to content

Commit 539502c

Browse files
committed
Remove pin reservations. Prevents used from inside of CircuitPython code
1 parent a049755 commit 539502c

File tree

1 file changed

+0
-7
lines changed
  • ports/atmel-samd/boards/capablerobot_usbhub

1 file changed

+0
-7
lines changed

ports/atmel-samd/boards/capablerobot_usbhub/board.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
#include "common-hal/microcontroller/Pin.h"
3131

3232
void board_init(void) {
33-
// Don't reset:
34-
// - USB Host Enable Pin
35-
// - reset pin of the USB Hub
36-
//
37-
// If either are reset, USB devices will disconnect when the MCU restarts
38-
never_reset_pin_number(PIN_PA07);
39-
never_reset_pin_number(PIN_PB08);
4033
}
4134

4235
bool board_requests_safe_mode(void) {

0 commit comments

Comments
 (0)