diff --git a/src/utils.rs b/src/utils.rs index 565359b..c0d0bba 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -84,7 +84,7 @@ pub fn flash_bin( pub fn vendor_map() -> std::collections::HashMap> { maplit::hashmap! { - "stm32f4".to_string() => vec![(0x0483, 0xdf11)], + "stm32".to_string() => vec![(0x0483, 0xdf11)], "gd32vf103".to_string() => vec![(0x28e9, 0x0189)], } }