Skip to content

Commit

Permalink
Make comStatusIn port sync, avoid mutual exclusion locking (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrosemurgy authored May 25, 2023
1 parent 7beddcc commit a919d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Svc/Framer/Framer.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Svc {

@ Port receiving the general status from the downstream component
@ indicating it is ready or not-ready for more input
guarded input port comStatusIn: Fw.SuccessCondition
sync input port comStatusIn: Fw.SuccessCondition

@ Port receiving indicating the status of framer for receiving more data
output port comStatusOut: Fw.SuccessCondition
Expand Down

0 comments on commit a919d8f

Please sign in to comment.