Merge pull request #390 from rikvdh/feature/lpc_with_iap_down
Move the LPC17xx probe function down
This commit is contained in:
commit
db544e9b67
|
@ -335,7 +335,6 @@ bool cortexm_probe(ADIv5_AP_t *ap)
|
||||||
PROBE(stm32l4_probe);
|
PROBE(stm32l4_probe);
|
||||||
PROBE(lpc11xx_probe);
|
PROBE(lpc11xx_probe);
|
||||||
PROBE(lpc15xx_probe);
|
PROBE(lpc15xx_probe);
|
||||||
PROBE(lpc17xx_probe);
|
|
||||||
PROBE(lpc43xx_probe);
|
PROBE(lpc43xx_probe);
|
||||||
PROBE(sam3x_probe);
|
PROBE(sam3x_probe);
|
||||||
PROBE(sam4l_probe);
|
PROBE(sam4l_probe);
|
||||||
|
@ -345,6 +344,7 @@ bool cortexm_probe(ADIv5_AP_t *ap)
|
||||||
PROBE(kinetis_probe);
|
PROBE(kinetis_probe);
|
||||||
PROBE(efm32_probe);
|
PROBE(efm32_probe);
|
||||||
PROBE(msp432_probe);
|
PROBE(msp432_probe);
|
||||||
|
PROBE(lpc17xx_probe);
|
||||||
#undef PROBE
|
#undef PROBE
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue