mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
remove exit() from lib code
This commit is contained in:
parent
ad8e5e09eb
commit
e541a4949b
@ -493,7 +493,6 @@ static void packet_handler (void * connection, uint8_t packet_type, uint16_t cha
|
||||
|
||||
if (status != 0){
|
||||
log_error("(e)SCO Connection is not established, status %u", status);
|
||||
exit(0);
|
||||
break;
|
||||
}
|
||||
switch (link_type){
|
||||
|
Loading…
x
Reference in New Issue
Block a user