mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-06 18:35:44 +00:00
Services: Initialize all state variables at bootup.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Y2R_U {
|
||||
|
||||
static Kernel::SharedPtr<Kernel::Event> completion_event = 0;
|
||||
static Kernel::SharedPtr<Kernel::Event> completion_event;
|
||||
|
||||
/**
|
||||
* Y2R_U::IsBusyConversion service function
|
||||
|
||||
Reference in New Issue
Block a user