Skip to content

Commit 1aa8534

Browse files
committed
cpu/esp32: fix return type of system_get_time_64
1 parent 01f8307 commit 1aa8534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/esp32/include/syscalls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#endif
2828

2929
/** Time since boot in us (64bit version) */
30-
int64_t system_get_time_64 (void);
30+
uint64_t system_get_time_64 (void);
3131

3232
/** initialize system watchdog timer and start it */
3333
void system_wdt_init (void);

0 commit comments

Comments
 (0)