diff --git a/src/thermostat/ad7172/adc.rs b/src/thermostat/ad7172/adc.rs index 47415a8..e3c9faf 100644 --- a/src/thermostat/ad7172/adc.rs +++ b/src/thermostat/ad7172/adc.rs @@ -34,11 +34,6 @@ type AdcNss = PA15>; pub type AdcPhy = Adc; impl, NSS: OutputPin, E: fmt::Debug> Adc { - #[deprecated(note= - "To be removed when rev0_3 has arrived. - Rev0_2 has wrong SPI hardware connection bug. - AD7172-2 is not accessible. - ")] pub fn new(spi: SPI, mut nss: NSS) -> Result { let _ = nss.set_high(); let mut adc = Adc {