We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f8307 commit 1aa8534Copy full SHA for 1aa8534
1 file changed
cpu/esp32/include/syscalls.h
@@ -27,7 +27,7 @@ extern "C" {
27
#endif
28
29
/** Time since boot in us (64bit version) */
30
-int64_t system_get_time_64 (void);
+uint64_t system_get_time_64 (void);
31
32
/** initialize system watchdog timer and start it */
33
void system_wdt_init (void);
0 commit comments