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
17
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
de27c791
Commit
de27c791
authored
4 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Some minor changes
parent
3f3a9ee2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
sources/main.c
+1
-1
1 addition, 1 deletion
sources/main.c
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
de27c791
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 3
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 2
6
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 2
7
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
966225c9
Compare
3ab4e8a4
...
966225c9
Subproject commit
3ab4e8a4fd21d61127f26e798d8ec53e01712fe4
Subproject commit
966225c95c2cbc3d31a767f2b4d2103069ee1c3e
This diff is collapsed.
Click to expand it.
sources/main.c
+
1
−
1
View file @
de27c791
...
...
@@ -420,7 +420,7 @@ int main( int argc, const char **argv )
if
(
l_port
>
0
)
{
l_server
=
dap_server_new
(
l_events
,
(
dap_config_get_item_str
(
g_config
,
"server"
,
"listen_address"
)),
(
uint16_t
)
l_port
,
DAP_
SERVER_TCP
,
NULL
);
(
uint16_t
)
l_port
,
SERVER_TCP
,
NULL
);
}
else
log_it
(
L_WARNING
,
"Server is enabled but no port is defined"
);
...
...
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