Skip to content

Commit b6816db

Browse files
committed
Repair a syntax typo
1 parent 0cbaf59 commit b6816db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref_app/src/sys/idle/sys_idle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ auto task_func() -> void;
1515
} // namespace idle
1616
} // namespace sys
1717

18-
auto sys::idle::task_init() noexcept -> void { }
18+
auto sys::idle::task_init() -> void { }
1919

2020
auto sys::idle::task_func() -> void
2121
{

0 commit comments

Comments
 (0)