From 1514131fa378b99e0b370e308a4aa4dc9c144493 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 19 Sep 2019 01:00:49 +0200 Subject: [PATCH] ad7172: fix doc Closes Gitea issue #1 --- 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 3428a46..a9d01d5 100644 --- a/firmware/src/ad7172/adc.rs +++ b/firmware/src/ad7172/adc.rs @@ -28,7 +28,7 @@ impl, NSS: OutputPin> Adc { Ok(adc) } - /// `0x00DX` for AD7271-2 + /// `0x00DX` for AD7172-2 pub fn identify(&mut self) -> Result> { self.read_reg(®s::Id) .map(|id| id.id())