Disable pin resets on the 1060

This commit is contained in:
Lucian Copeland 2020-06-03 12:04:40 -04:00
parent b5b9a56918
commit c93ccd1e91
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "boards/board.h"
#include "mpconfigboard.h"
#include "shared-bindings/microcontroller/Pin.h"
void board_init(void) {
// FLEX flash

View File

@ -306,7 +306,9 @@ void reset_port(void) {
//reset_event_system();
#if !defined (MIMXRT1062_SERIES)
reset_all_pins();
#endif
}
void reset_to_bootloader(void) {