Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ademco_hb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
ademco_hb
Commits
3743b11f
Commit
3743b11f
authored
Jun 15, 2022
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hbMakeCom*
parent
07865931
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
272 additions
and
253 deletions
+272
-253
ademco.c
c/ademco.c
+1
-1
ademco.h
c/ademco.h
+271
-252
No files found.
c/ademco.c
View file @
3743b11f
...
@@ -1384,7 +1384,7 @@ HbComRequestType hbComParseRequest(const uint8_t* data, int len)
...
@@ -1384,7 +1384,7 @@ HbComRequestType hbComParseRequest(const uint8_t* data, int len)
return
HbComReq_Invalid
;
return
HbComReq_Invalid
;
}
}
HbComResponseType
hb
ParseCom
Response
(
const
uint8_t
*
data
,
int
len
)
HbComResponseType
hb
ComParse
Response
(
const
uint8_t
*
data
,
int
len
)
{
{
do
{
do
{
if
(
len
<
7
)
{
break
;
}
// 所有的 response ,长度最小为 7
if
(
len
<
7
)
{
break
;
}
// 所有的 response ,长度最小为 7
...
...
c/ademco.h
View file @
3743b11f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment