Skip to content

Commit

Permalink
Fixed silly copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Mar 3, 2024
1 parent 5fccb29 commit d60e037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private static boolean setReactionPriorities(ReactorInstance reactor, CodeBuilde
"// index is the OR of levels[" + runtimeIdx + "] and ",
"// deadlines[" + runtimeIdx + "] shifted left 16 bits.",
CUtil.reactionRef(r)
+ ".index = inferredDeadline.toNanoSeconds("
+ ".index = lf_combine_deadline_and_level("
+ r.uniqueID()
+ "_inferred_deadlines["
+ runtimeIdx
Expand Down

0 comments on commit d60e037

Please sign in to comment.