diff options
-rw-r--r-- | src/usbh_lld_stm32f4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbh_lld_stm32f4.c b/src/usbh_lld_stm32f4.c index 83526a9..0b12888 100644 --- a/src/usbh_lld_stm32f4.c +++ b/src/usbh_lld_stm32f4.c @@ -277,7 +277,7 @@ static void write(void *drvdata, const usbh_packet_t *packet) }
} else {
dpid = OTG_HCTSIZ_DPID_DATA0; // ! TODO: BUG
- LOG_PRINTF("BUG, %d",__LINE__);
+ ERROR("");
}
uint32_t num_packets;
|