We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25acb32 commit 7150436Copy full SHA for 7150436
libraries/CurieRTC/examples/SetTime/SetTime.ino
@@ -16,7 +16,7 @@ void setup() {
16
// get the date and time the compiler was run
17
if (getDate(__DATE__) && getTime(__TIME__)) {
18
t = makeTime(tm);
19
- setTime(t);
+ RTC.set(t);
20
parse = true;
21
config = true;
22
}
0 commit comments