remove adc refcount
This commit is contained in:
parent
274f63a879
commit
bfb4cf775a
@ -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 New Issue
Block a user