Skip to content

Commit

Permalink
Warning-free tag assignment..
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Mar 19, 2024
1 parent ad65722 commit 9fff5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/federated/federate.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ federate_instance_t _fed = {.socket_TCP_RTI = -1,
.has_upstream = false,
.has_downstream = false,
.received_stop_request_from_rti = false,
.last_sent_LTC = NEVER_TAG,
.last_sent_NET = NEVER_TAG,
.last_sent_LTC = {.time = NEVER, .microstep = 0u},
.last_sent_NET = {.time = NEVER, .microstep = 0u},
.min_delay_from_physical_action_to_federate_output = NEVER};

federation_metadata_t federation_metadata = {
Expand Down

0 comments on commit 9fff5e2

Please sign in to comment.