This commit is contained in:
mean 2022-04-02 15:51:20 +02:00 committed by Rachel Mant
parent 9b23265dde
commit fb216a2a98
1 changed files with 3 additions and 3 deletions

View File

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