Remove unused gpio_af from codegen

This commit is contained in:
Thales Fragoso
2021-06-24 19:23:51 -03:00
parent 409884be2a
commit 210104e6dc
2 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@ pub struct Chip {
pub cores: Vec<Core>,
pub flash: u32,
pub ram: u32,
pub gpio_af: String,
pub packages: Vec<Package>,
}