removed redundant return true;

This commit is contained in:
IngHK 2024-03-30 14:49:00 +01:00
parent 009d85722b
commit 0bb26c97c3
1 changed files with 0 additions and 2 deletions

View File

@ -679,8 +679,6 @@ bool hcd_edpt_xfer(uint8_t rhport, uint8_t daddr, uint8_t ep_addr, uint8_t * buf
// carry out transfer if not busy
if ( !atomic_flag_test_and_set(&_hcd_data.busy) ) {
xact_inout(rhport, ep, true, false);
} else {
return true;
}
return true;