From edaf400145982460392318d9665f2d7b8cfd1c27 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Fri, 31 May 2019 21:58:54 +0800 Subject: [PATCH] Update ds3231-rtc.md --- docs/ds3231-rtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ds3231-rtc.md b/docs/ds3231-rtc.md index 4380987..0cd094d 100644 --- a/docs/ds3231-rtc.md +++ b/docs/ds3231-rtc.md @@ -76,7 +76,7 @@ dtoverlay=i2c-rtc,ds3231 ## 5. Edit file: /boot/rc-local -Befor "exit 0", add context bellow: +Before "exit 0", add content bellow: ```