mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
add socket server to run_loop
This commit is contained in:
parent
b2ae9e32ee
commit
71974eda64
@ -194,6 +194,8 @@ data_source_t * socket_server_create_tcp(int port){
|
||||
return NULL;
|
||||
}
|
||||
|
||||
run_loop_add(ds);
|
||||
|
||||
printf ("Server up and running ...\n");
|
||||
return ds;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user