We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbaf59 commit b6816dbCopy full SHA for b6816db
ref_app/src/sys/idle/sys_idle.cpp
@@ -15,7 +15,7 @@ auto task_func() -> void;
15
} // namespace idle
16
} // namespace sys
17
18
-auto sys::idle::task_init() noexcept -> void { }
+auto sys::idle::task_init() -> void { }
19
20
auto sys::idle::task_func() -> void
21
{
0 commit comments