Skip to content

Commit

Permalink
remove loop for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fabik111 committed Nov 25, 2024
1 parent 4292f8b commit 30cf041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class HCIDriver : public CordioHCIDriver {
if (cmd_opcode != opcode) {
// DO something in case of error

while (true);
return;

}

Expand Down

0 comments on commit 30cf041

Please sign in to comment.