mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 00:40:00 +00:00
fix no newline at end of file
This commit is contained in:
parent
2375c83bfb
commit
98fea381a9
@ -223,4 +223,4 @@ int main (int argc, const char * argv[]){
|
||||
run_loop_execute();
|
||||
bt_close();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -189,4 +189,4 @@ int main (int argc, const char * argv[]){
|
||||
run_loop_execute();
|
||||
bt_close();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -220,4 +220,4 @@ int main (int argc, const char * argv[]){
|
||||
run_loop_execute();
|
||||
bt_close();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -174,4 +174,4 @@ int main (int argc, const char * argv[]){
|
||||
run_loop_execute();
|
||||
bt_close();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -256,4 +256,4 @@ void btstack_memory_init(void){
|
||||
#ifdef MAX_NO_DB_MEM_SERVICES
|
||||
memory_pool_create(&db_mem_service_pool, db_mem_service_storage, MAX_NO_DB_MEM_SERVICES, sizeof(db_mem_service_t));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@ -348,4 +348,4 @@ hci_transport_t * hci_transport_h4_instance() {
|
||||
|
||||
void hci_transport_h4_set_enforce_wake_device(char *path){
|
||||
enforce_wake_device = path;
|
||||
}
|
||||
}
|
||||
|
@ -1027,4 +1027,3 @@ void l2cap_close_connection(void *connection){
|
||||
// process
|
||||
l2cap_run();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user