Wed 22 Jan 12:17:36 CET 2025

This commit is contained in:
sbosse 2025-01-22 12:18:33 +01:00
parent 3233473cb0
commit e50a8af6e9

View File

@ -9,6 +9,10 @@ See the file LICENSE for details.
#include "kernel/types.h" #include "kernel/types.h"
#ifdef KERNEL_CLOCK_EXT
#include "kernel_clock_ext.h"
#endif
typedef struct { typedef struct {
uint32_t seconds; uint32_t seconds;
uint32_t millis; uint32_t millis;