diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-03-17 14:21:45 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-03-17 14:21:45 -0700 |
| commit | 6db11cf68ba2d5e17c6267f36f516bc0abce4643 (patch) | |
| tree | 5997fdd944bef5164a99c57311b3adb77c137b61 /shared-module/time | |
| parent | d9e68156b23cfca47592c5672e69622d6071ff60 (diff) | |
Fix up Spresense build. It doesn't sleep.
Diffstat (limited to 'shared-module/time')
| -rw-r--r-- | shared-module/time/__init__.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/time/__init__.c b/shared-module/time/__init__.c index 21fe98926..347e68ae0 100644 --- a/shared-module/time/__init__.c +++ b/shared-module/time/__init__.c @@ -26,6 +26,7 @@ #include "py/mphal.h" #include "supervisor/port.h" +#include "supervisor/shared/tick.h" uint64_t common_hal_time_monotonic(void) { return supervisor_ticks_ms64(); |
