Skip to content
Snippets Groups Projects
Commit cf1aebfc authored by Tom Feng's avatar Tom Feng
Browse files

fixed parsing error on parsesensor

parent db15cc28
Branches backup727
No related tags found
1 merge request!16Withtime
......@@ -131,7 +131,7 @@ int ParseSensor(Buffer* InputBuf, int* Res) {
*Res = FAILURE;
return FAILURE;
}
if (InputBuf->Length == 0) return (Num*16+Num1-1);
if (InputBuf->Length == 0) return (Num+Num1-1);
BufferFIFOByte(InputBuf, &Ch1);
}
if (IsSpace(Ch1)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment