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
936f6c49
Commit
936f6c49
authored
4 years ago
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gcc cry
parent
1714c9c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hb_detail.h
include/hb_detail.h
+2
-2
No files found.
include/hb_detail.h
View file @
936f6c49
...
@@ -414,8 +414,8 @@ typedef ReadMachineAcctRequest WriteMachineAcctResponse;
...
@@ -414,8 +414,8 @@ typedef ReadMachineAcctRequest WriteMachineAcctResponse;
//! 三区段主机索要主机状态 EB CB 3F 06 B0 AB
//! 三区段主机索要主机状态 EB CB 3F 06 B0 AB
struct
MachineStatusRequest3Section
{
struct
MachineStatusRequest3Section
{
static
constexpr
Char
len
=
6
;
static
constexpr
const
Char
len
=
6
;
static
constexpr
Char
data
[
len
]
=
{
0xEB
,
0xCB
,
0x3F
,
0x06
,
0xB0
,
0xAB
};
static
constexpr
const
Char
data
[
len
]
=
{
0xEB
,
0xCB
,
0x3F
,
0x06
,
0xB0
,
0xAB
};
};
};
typedef
MachineStatusRequest3Section
B0
;
typedef
MachineStatusRequest3Section
B0
;
...
...
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