This commit is contained in:
mean 2022-04-02 15:51:20 +02:00 committed by Rachel Mant
parent 9b23265dde
commit fb216a2a98

View File

@ -217,9 +217,9 @@ static const char tdesc_cortex_mf[] =
*/ */
static bool stm32f1_clones_probe(target *t) static bool stm32f1_clones_probe(target *t)
{ {
PROBE(ch32f1_probe); PROBE(ch32f1_probe);
PROBE(stm32f1_probe); /* Care for other STM32F1 clones (?) */ PROBE(stm32f1_probe); /* Care for other STM32F1 clones (?) */
return false; return false;
} }