diff --git a/cellframe-sdk b/cellframe-sdk
index 4a4e844660c14bb513d0b844224d5bd2db1313b9..80b9853761aae975f47002353d88548832926795 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit 4a4e844660c14bb513d0b844224d5bd2db1313b9
+Subproject commit 80b9853761aae975f47002353d88548832926795
diff --git a/sources/main.c b/sources/main.c
index 63fcb7b4b02632aabd7d243d05b6b9fb8b7353dc..02d2c6bb3a547dc82ce90ee92a26e0addd23cebc 100755
--- a/sources/main.c
+++ b/sources/main.c
@@ -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;
     }