Skip to content

Commit

Permalink
cortexm: Probe imx before kinetis
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt authored and dragonmux committed Sep 23, 2023
1 parent b26d0e9 commit 53b7dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/cortexm.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ bool cortexm_probe(adiv5_access_port_s *ap)

switch (t->designer_code) {
case JEP106_MANUFACTURER_FREESCALE:
PROBE(kinetis_probe);
PROBE(imxrt_probe);
PROBE(kinetis_probe);
break;
case JEP106_MANUFACTURER_GIGADEVICE:
PROBE(gd32f1_probe);
Expand Down

0 comments on commit 53b7dd2

Please sign in to comment.