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 fb4def2 commit ecde857Copy full SHA for ecde857
ports/broadcom/common-hal/rtc/RTC.c
@@ -30,10 +30,7 @@
30
#include "py/obj.h"
31
#include "py/runtime.h"
32
#include "shared/timeutils/timeutils.h"
33
-#include "shared-bindings/rtc/__init__.h"
34
-#include "shared-bindings/rtc/RTC.h"
35
#include "supervisor/port.h"
36
-#include "supervisor/shared/translate/translate.h"
37
38
// This is the time in seconds since 2000 that the RTC was started.
39
// TODO: Change the offset to ticks so that it can be a subsecond adjustment.
0 commit comments