Skip to content

Commit

Permalink
Merge pull request #28 from jphickey/fix-27-id-conflict
Browse files Browse the repository at this point in the history
Fix #27, type mismatch in MsgId conflict error message
  • Loading branch information
jphickey authored Jan 18, 2023
2 parents 683791c + 9d9708b commit 7dac5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfecfs/missionlib/eds/75-cfe_sb_dispatch_tables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for _,instance in ipairs(SEDS.highlevel_interfaces) do
tctm = tctm.reqinst.params[binding.provintf.name](),
pubsub = pubsub.reqinst.params[tctm.provintf.name]()
}
local MsgId = chain.pubsub.MsgId
local MsgId = chain.pubsub.MsgId.Value
local TopicId = chain.tctm.TopicId
-- Build the reverse lookup tables for Message Id and Topic Id
-- Ensure that there are no conflicts between these indices
Expand Down

0 comments on commit 7dac5fd

Please sign in to comment.