We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0508f commit 6867fecCopy full SHA for 6867fec
stm32-data-gen/src/rcc.rs
@@ -275,9 +275,7 @@ impl ParsedRccs {
275
stop_mode: StopMode::default(),
276
};
277
278
- println!("{}: {} -> {:?}", rcc_version, peri, val);
279
- if en_rst.insert(peri.to_string(), val.clone()).is_some() {
280
- println!("{:?}", val);
+ if en_rst.insert(peri.to_string(), val).is_some() {
281
bail!("rcc: duplicate en/rst for {} for rcc_{}", peri, rcc_version);
282
}
283
0 commit comments