mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
7 lines
68 B
C
7 lines
68 B
C
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void rtc_sleep(uint32_t ticks);
|