remove adc refcount
This commit is contained in:
parent
274f63a879
commit
bfb4cf775a
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ fn main() {
|
|||
// ========
|
||||
// Generate RccPeripheral impls
|
||||
|
||||
let refcounted_peripherals = HashSet::from(["ADC", "USART", "SPI", "I2C"]);
|
||||
let refcounted_peripherals = HashSet::from(["USART", "SPI", "I2C"]);
|
||||
let mut refcount_statics = HashSet::new();
|
||||
|
||||
for p in METADATA.peripherals {
|
||||
|
|
Loading…
Reference in a new issue