Skip to content

Commit

Permalink
fixup! fixup! refactor: remove OS-specific hidapi code
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 18, 2024
1 parent 18c8ce4 commit cc182df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/bulk/bulkcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ int BulkController::open() {
<< ":" << libusb_error_name(error);
libusb_close(m_phandle);
return -1;
} else {
qCDebug(m_logBase) << "Claimed interface for" << getName();
}
} else {
qCDebug(m_logBase) << "Claimed interface for" << getName();
}

setOpen(true);
Expand Down

0 comments on commit cc182df

Please sign in to comment.