Skip to content
Snippets Groups Projects
Commit de27c791 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Some minor changes

parent 3f3a9ee2
No related branches found
No related tags found
No related merge requests found
......@@ -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 26)
SET( CPACK_PACKAGE_VERSION_PATCH 27)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 3ab4e8a4fd21d61127f26e798d8ec53e01712fe4
Subproject commit 966225c95c2cbc3d31a767f2b4d2103069ee1c3e
......@@ -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" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment