We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b9a56 commit c93ccd1Copy full SHA for c93ccd1
ports/mimxrt10xx/boards/teensy41/board.c
@@ -27,6 +27,7 @@
27
28
#include "boards/board.h"
29
#include "mpconfigboard.h"
30
+#include "shared-bindings/microcontroller/Pin.h"
31
32
void board_init(void) {
33
// FLEX flash
ports/mimxrt10xx/supervisor/port.c
@@ -306,7 +306,9 @@ void reset_port(void) {
306
307
//reset_event_system();
308
309
+ #if !defined (MIMXRT1062_SERIES)
310
reset_all_pins();
311
+ #endif
312
}
313
314
void reset_to_bootloader(void) {
0 commit comments