diff options
Diffstat (limited to 'async')
-rw-r--r-- | async/scheduler.h | 2 |
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; |