mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-28 15:20:39 +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);
|
||||
|
||||
if (result != 0){
|
||||
exit(result);
|
||||
}
|
||||
|
||||
intel_firmware_loaded = 1;
|
||||
|
||||
// init HCI
|
||||
|
Loading…
Reference in New Issue
Block a user