Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
A2720
a2720-utils
Commits
58364f93
Commit
58364f93
authored
Jul 20, 2021
by
Alessio Igor Bogani
Browse files
Changes
parent
58b99dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
remoteproc-client.c
View file @
58364f93
...
...
@@ -95,7 +95,6 @@ int lws_client_callback(struct lws *wsi, enum lws_callback_reasons reason,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
dsc
,
&
n
);
if
(
n
!=
nsubscribers
)
{
printf
(
"N: %d NSUBSCRIBERS: %d
\n
"
,
n
,
nsubscribers
);
if
(
n
&&
nsubscribers
)
{
/* Do nothing */
}
else
{
...
...
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