mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
windows-intel: exit on firmware download failure
This commit is contained in:
parent
addebe7f9f
commit
1beba4d4b3
@ -136,6 +136,10 @@ static void intel_firmware_done(int result){
|
|||||||
|
|
||||||
printf("Done %x\n", result);
|
printf("Done %x\n", result);
|
||||||
|
|
||||||
|
if (result != 0){
|
||||||
|
exit(result);
|
||||||
|
}
|
||||||
|
|
||||||
intel_firmware_loaded = 1;
|
intel_firmware_loaded = 1;
|
||||||
|
|
||||||
// init HCI
|
// init HCI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user