diff options
author | Christian Cunningham <cc@localhost> | 2022-03-19 15:15:11 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-19 15:15:11 -0700 |
commit | 2db90ba9e12c66d786bf17d05210b36052976398 (patch) | |
tree | 9e67a5604758fcc92a19c9219b4fe2920fc7ba92 /src/sys | |
parent | 22cdaae7a86ff4c457a8770d0af633cbdb310b53 (diff) |
Tick Latency Tracing
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index 6421c71..e94c86b 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -11,6 +11,7 @@ #include <sys/power.h> #include <sys/schedule.h> #include <util/mutex.h> +#include <util/status.h> #include <util/time.h> // Initialize IRQs |