Fix L4+ family cfg
This commit is contained in:
parent
1f2097ab11
commit
2aa836b068
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ fn main() {
|
|||
let gpio_base = chip.peripherals.get(&"GPIOA".to_string()).unwrap().address;
|
||||
let gpio_stride = 0x400;
|
||||
|
||||
cfgs.insert(chip.family.to_ascii_lowercase());
|
||||
cfgs.insert(chip.family.to_ascii_lowercase().replace("+", "plus"));
|
||||
|
||||
for (name, p) in &chip.peripherals {
|
||||
let mut ir_peri = ir::Peripheral {
|
||||
|
|
Loading…
Reference in a new issue