From 00992756eb705c489496e2c07a5ac0bc5b9dec35 Mon Sep 17 00:00:00 2001 From: Christian Ege Date: Fri, 6 Oct 2023 06:45:08 +0200 Subject: [PATCH] ds3231: fix the description in the example It looks like there was a copy paste leftover. This got corrected to be concise. Signed-off-by: Christian Ege --- examples/ds3231/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ds3231/main.go b/examples/ds3231/main.go index 7046a9d..08ec468 100644 --- a/examples/ds3231/main.go +++ b/examples/ds3231/main.go @@ -1,4 +1,4 @@ -// Connects to an MAG3110 I2C magnetometer. +// Connects to an DS3231 I2C Real Time Clock (RTC). package main import (