Disable pin resets on the 1060
This commit is contained in:
parent
b5b9a56918
commit
c93ccd1e91
@ -27,6 +27,7 @@
|
||||
|
||||
#include "boards/board.h"
|
||||
#include "mpconfigboard.h"
|
||||
#include "shared-bindings/microcontroller/Pin.h"
|
||||
|
||||
void board_init(void) {
|
||||
// FLEX flash
|
||||
|
@ -306,7 +306,9 @@ void reset_port(void) {
|
||||
|
||||
//reset_event_system();
|
||||
|
||||
#if !defined (MIMXRT1062_SERIES)
|
||||
reset_all_pins();
|
||||
#endif
|
||||
}
|
||||
|
||||
void reset_to_bootloader(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user