mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
daemon: return 0 from main()
This commit is contained in:
parent
eaf2b0a14e
commit
dbc963ca4f
@ -2169,6 +2169,8 @@ int main (int argc, char * const * argv){
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
btstack_server_run(tcp_flag);
|
btstack_server_run(tcp_flag);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void btstack_server_set_storage_path(const char * path){
|
void btstack_server_set_storage_path(const char * path){
|
||||||
|
Loading…
Reference in New Issue
Block a user