Remove pin reservations. Prevents used from inside of CircuitPython code

This commit is contained in:
Chris Osterwood 2019-07-04 13:22:36 -04:00
parent a0497553fc
commit 539502c891
1 changed files with 0 additions and 7 deletions

View File

@ -30,13 +30,6 @@
#include "common-hal/microcontroller/Pin.h"
void board_init(void) {
// Don't reset:
// - USB Host Enable Pin
// - reset pin of the USB Hub
//
// If either are reset, USB devices will disconnect when the MCU restarts
never_reset_pin_number(PIN_PA07);
never_reset_pin_number(PIN_PB08);
}
bool board_requests_safe_mode(void) {