remove adc refcount

This commit is contained in:
xoviat 2023-09-04 15:54:00 -05:00
parent 274f63a879
commit bfb4cf775a

View file

@ -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 {