Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 9, 2024
1 parent db73f1f commit fa52ae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bee/thread/atomic_semaphore.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ namespace bee {
else {
thread_sleep(10);
}
template <typename T>
void kernel_wake(const T* ptr, bool all) {}
}
template <typename T>
void kernel_wake(const T* ptr, bool all) {}
# endif
}

Expand Down

0 comments on commit fa52ae8

Please sign in to comment.