mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
provide 0 return value
This commit is contained in:
parent
c177a91c8c
commit
212073d4ed
@ -68,5 +68,6 @@ int main(int argc, char *argv[]) {
|
||||
printf("Usage: %s [ btstate | bton | btoff | add StatuBarImageName | remove StatuBarImageName]\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user