Skip to content
Snippets Groups Projects
Commit 098983b3 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixes

parent 8554ba50
No related branches found
No related tags found
1 merge request!180[*] Fixes
......@@ -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 0)
SET( CPACK_PACKAGE_VERSION_PATCH 45)
SET( CPACK_PACKAGE_VERSION_PATCH 46)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
......
Subproject commit 4a4e844660c14bb513d0b844224d5bd2db1313b9
Subproject commit 80b9853761aae975f47002353d88548832926795
......@@ -265,7 +265,7 @@ int main( int argc, const char **argv )
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" );
return -83;
}
......
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