aboutsummaryrefslogtreecommitdiff
path: root/mcu/usb-stm32f103.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcu/usb-stm32f103.c')
-rw-r--r--mcu/usb-stm32f103.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcu/usb-stm32f103.c b/mcu/usb-stm32f103.c
index 02be1cf..3d11ef8 100644
--- a/mcu/usb-stm32f103.c
+++ b/mcu/usb-stm32f103.c
@@ -888,7 +888,7 @@ usb_handle_transfer (uint16_t istr_value)
uint32_t len = st103_get_tx_count (ep_index);
st103_ep_clear_ctr_tx (ep_index);
- usb_cb_tx_done (ep_index, len, 1);
+ usb_cb_tx_done (ep_index, len);
}
}
}