summaryrefslogtreecommitdiff
path: root/async/scheduler.h
diff options
context:
space:
mode:
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;