From c8ad8e2e0ccc75a566f03e6a198d1eebaa64524c Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Mon, 11 Jan 2021 13:59:44 +0100 Subject: [PATCH] changed behaviour --- content/firmwareapi/pycom/machine/rtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/firmwareapi/pycom/machine/rtc.md b/content/firmwareapi/pycom/machine/rtc.md index 6b32881..1cf1060 100644 --- a/content/firmwareapi/pycom/machine/rtc.md +++ b/content/firmwareapi/pycom/machine/rtc.md @@ -36,7 +36,7 @@ rtc = RTC(id=0) Initialise the RTC. The arguments are: -* `datetime` when passed it sets the current time. It is a tuple of the form: `(year, month, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]])` +* `datetime` when passed it sets the current time. It is a tuple of the form: `(year, month, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]])`. Without argument, it will not reset the previously set time. * `source` selects the oscillator that drives the RTC. The options are * `RTC.INTERNAL_RC`: Internal RC resonator * `RTC.XTAL_32KHZ`: External 32KHz crystal