target: fix probing for lpc1343

This commit is contained in:
Rafael Silva 2022-07-26 00:39:54 +01:00 committed by Rachel Mant
parent bf30580330
commit 7c14b62419
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ bool cortexm_probe(ADIv5_AP_t *ap)
PROBE(ch32f1_probe);
PROBE(stm32f1_probe); /* Care for other STM32F1 clones (?) */
PROBE(lpc15xx_probe); /* Thanks to JojoS for testing */
PROBE(lpc11xx_probe); /* LPC1343 */
} else if (ap->ap_partno == 0x471) { /* Cortex-M0 ROM */
PROBE(lpc11xx_probe); /* LPC24C11 */
PROBE(lpc43xx_probe);