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 <ch@ege.io>
This commit is contained in:
Christian Ege
2023-10-06 06:45:08 +02:00
committed by Daniel Esteban
parent 715c33d4b0
commit 00992756eb
+1 -1
View File
@@ -1,4 +1,4 @@
// Connects to an MAG3110 I2C magnetometer.
// Connects to an DS3231 I2C Real Time Clock (RTC).
package main
import (