From 36a12dd7a2d3837f1900bdba62d5de450c7dd27f Mon Sep 17 00:00:00 2001 From: Christian Ege Date: Fri, 6 Oct 2023 06:46:48 +0200 Subject: [PATCH] at24cx: fixed the description of the device struct It looks like there was an copy paste left over. This is corrected to be concise. Signed-off-by: Christian Ege --- at24cx/at24cx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at24cx/at24cx.go b/at24cx/at24cx.go index 0d94bb3..fa2ee72 100644 --- a/at24cx/at24cx.go +++ b/at24cx/at24cx.go @@ -11,7 +11,7 @@ import ( "tinygo.org/x/drivers" ) -// Device wraps an I2C connection to a DS3231 device. +// Device wraps an I2C connection to an AT24CX device. type Device struct { bus drivers.I2C Address uint16