From b118ad0cec9d140a8aa916bf67488de974c58e66 Mon Sep 17 00:00:00 2001 From: hartytp Date: Fri, 13 Sep 2019 11:09:41 +0100 Subject: [PATCH] AD7172: fix typo in comment [NFC] --- firmware/src/ad7172/adc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/ad7172/adc.rs b/firmware/src/ad7172/adc.rs index ea1d4de..28467f3 100644 --- a/firmware/src/ad7172/adc.rs +++ b/firmware/src/ad7172/adc.rs @@ -25,7 +25,7 @@ impl, NSS: OutputPin> Adc { Ok(adc) } - /// `0x00DX` for AD7271-2 + /// `0x00DX` for AD7272-2 pub fn identify(&mut self) -> Result> { self.read_reg(&Id) .map(|id| id.id())