diff options
Diffstat (limited to 'common/src/tx_event_flags_create.c')
| -rw-r--r-- | common/src/tx_event_flags_create.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/tx_event_flags_create.c b/common/src/tx_event_flags_create.c index 13e2e69a..807894f5 100644 --- a/common/src/tx_event_flags_create.c +++ b/common/src/tx_event_flags_create.c @@ -86,7 +86,7 @@ TX_EVENT_FLAGS_GROUP *previous_group; /* Setup the basic event flags group fields. */ group_ptr -> tx_event_flags_group_name = name_ptr; - + /* Disable interrupts to put the event flags group on the created list. */ TX_DISABLE @@ -121,7 +121,7 @@ TX_EVENT_FLAGS_GROUP *previous_group; /* Increment the number of created event flag groups. */ _tx_event_flags_created_count++; - + /* Optional event flag group create extended processing. */ TX_EVENT_FLAGS_GROUP_CREATE_EXTENSION(group_ptr) |
