Skip to content

Commit 951a109

Browse files
author
Joe Natter
committed
SingleWireTransfering(): Use dedicated constant for unsolicited content
1 parent b7cb950 commit 951a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/stm32/SingleWireTransfering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void SingleWireTransfering::logImmediateSend()
125125
}
126126

127127
// unsolicited
128-
char idFlow = FlowTargetToSched;
128+
char idFlow = IdContentUnsolicited;
129129

130130
mBufTxPending = 1;
131131
mpSend(&idFlow, sizeof(idFlow), mpUser);

0 commit comments

Comments
 (0)