File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -719,4 +719,4 @@ async def send_data(self, data: bytes) -> None:
719719
720720 def send_reset (self ) -> None :
721721 # Some adapters seem to send a NAK immediately but still process the reset frame
722- self ._write_frame (RstFrame (), prefix = 40 * (Reserved .CANCEL ,))
722+ self ._write_frame (RstFrame (), prefix = 32 * (Reserved .CANCEL ,))
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ async def test_ash_protocol_startup(caplog):
438438
439439 assert ezsp .reset_received .mock_calls == [call (t .NcpResetCode .RESET_SOFTWARE )]
440440 assert protocol ._write_frame .mock_calls == [
441- call (ash .RstFrame (), prefix = 40 * (ash .Reserved .CANCEL ,))
441+ call (ash .RstFrame (), prefix = 32 * (ash .Reserved .CANCEL ,))
442442 ]
443443
444444 protocol ._write_frame .reset_mock ()
You can’t perform that action at this time.
0 commit comments