summaryrefslogtreecommitdiff
path: root/async/scheduler.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2022-09-10 17:10:09 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2022-09-10 17:10:09 +0200
commit2d75a9be32e2510ff32d331c33178c4625a53054 (patch)
tree52375aa3a1be6468184733ab4ea50d232001d9c7 /async/scheduler.h
parent59b94427c591e7ec4603b2d9dd6753b1b0927175 (diff)
riscv: Add critical section.
Diffstat (limited to 'async/scheduler.h')
-rw-r--r--async/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/async/scheduler.h b/async/scheduler.h
index bae4890..5c2adaa 100644
--- a/async/scheduler.h
+++ b/async/scheduler.h
@@ -3,7 +3,7 @@
#include <coroutine>
#include <optional>
-#include <cortex_m/critical_section.h>
+#include <interrupt/critical_section.h>
struct schedulable {
schedulable* next = nullptr;