8000 Add temporary fix warning · jensechu/circuitpython@74effee · GitHub
[go: up one dir, main page]

Skip to content

Commit 74effee

Browse files
committed
Add temporary fix warning
1 parent c93ccd1 commit 74effee

File tree

1 file changed

+1
-0
lines changed
  • ports/mimxrt10xx/supervisor

1 file changed

+1
-0
lines changed

ports/mimxrt10xx/supervisor/port.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ void reset_port(void) {
306306

307307
//reset_event_system();
308308

309+
// TODO: implement a proper fix for 1060 resets
309310
#if !defined (MIMXRT1062_SERIES)
310311
reset_all_pins();
311312
#endif

0 commit comments

Comments
 (0)
0