Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
2c69d9f7
Commit
2c69d9f7
authored
4 years ago
by
alexandr.kravchenko
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-4441' into 'master'
[*] Fixes See merge request
!180
parents
03bba91a
395eba7e
No related branches found
No related tags found
5 merge requests
!193
bugs-4547
,
!187
bugs-4415
,
!185
bugs-4415
,
!183
bugs-4503
,
!180
[*] Fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
sources/main.c
+1
-1
1 addition, 1 deletion
sources/main.c
with
2 additions
and
2 deletions
cellframe-sdk
@
80b98537
Compare
4a4e8446
...
80b98537
Subproject commit
4a4e844660c14bb513d0b844224d5bd2db1313b9
Subproject commit
80b9853761aae975f47002353d88548832926795
This diff is collapsed.
Click to expand it.
sources/main.c
+
1
−
1
View file @
2c69d9f7
...
@@ -265,7 +265,7 @@ int main( int argc, const char **argv )
...
@@ -265,7 +265,7 @@ int main( int argc, const char **argv )
return
-
82
;
return
-
82
;
}
}
if
(
dap_stream_ctl_init
(
32
)
!=
0
){
if
(
dap_stream_ctl_init
()
!=
0
){
log_it
(
L_CRITICAL
,
"Can't init stream control module"
);
log_it
(
L_CRITICAL
,
"Can't init stream control module"
);
return
-
83
;
return
-
83
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment