Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HR_Socket_Msg_Demo
Project
Project
Details
Activity
Releases
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
马伊齐
HR_Socket_Msg_Demo
Commits
14d98d1f
Commit
14d98d1f
authored
Dec 20, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式
parent
5ee685a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sock_msg.c
lib/sock_msg.c
+4
-4
No files found.
lib/sock_msg.c
View file @
14d98d1f
...
...
@@ -388,7 +388,7 @@ void init_msg_channel()
int
msg_recv
(
int
channel
,
msg_data_t
*
msg
)
{
if
(
is_initialized
==
0
)
if
(
is_initialized
==
0
)
{
is_initialized
=
1
;
init_msg_channel
();
...
...
@@ -413,7 +413,7 @@ int msg_recv(int channel, msg_data_t *msg)
int
msg_send
(
int
channel
,
uint16_t
type
,
uint32_t
code
,
void
*
pad
,
int
len
)
{
if
(
is_initialized
==
0
)
if
(
is_initialized
==
0
)
{
is_initialized
=
1
;
init_msg_channel
();
...
...
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