调后发现是外部问题,2014注释改回

This commit is contained in:
cdyong 2016-01-15 10:52:55 +00:00
parent dea83af6ac
commit 535afa1a02
1 changed files with 0 additions and 1 deletions

View File

@ -570,7 +570,6 @@ bool TinyController::Send(Message& _msg)
// 附上自己的地址
msg.Src = Address;
// 附上序列号。响应消息保持序列号不变
if(!msg.Reply) msg.Seq = ++_Sequence;