mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
8 lines
147 B
C
8 lines
147 B
C
/** BTstack Daemon Respawn */
|
|
|
|
int main(int argc, char * argv[]){
|
|
while (1){
|
|
system("/system/bin/BTstackDaemon");
|
|
}
|
|
return 0;
|
|
} |