summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/event.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/event.inl')
-rw-r--r--c/src/exec/rtems/macros/event.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/macros/event.inl b/c/src/exec/rtems/macros/event.inl
index 0d2f2e47c7..eb956e7639 100644
--- a/c/src/exec/rtems/macros/event.inl
+++ b/c/src/exec/rtems/macros/event.inl
@@ -24,7 +24,7 @@
#define _Event_Manager_initialization() \
do { \
\
- _Event_Sync = FALSE; \
+ _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
\
/* \
* Register the MP Process Packet routine. \