summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/event.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/rtems/inline/event.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/inline/event.inl b/c/src/exec/rtems/inline/event.inl
index 5377144f98..0e2a1691ed 100644
--- a/c/src/exec/rtems/inline/event.inl
+++ b/c/src/exec/rtems/inline/event.inl
@@ -23,7 +23,7 @@
STATIC INLINE void _Event_Manager_initialization( void )
{
- _Event_Sync = FALSE;
+ _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;
/*
* Register the MP Process Packet routine.