From dd950136aa5c438855eb6a3e87f352a11f60747c Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 8 Jul 2016 23:41:55 +0200 Subject: lld: stm32f4: adjust reporting of the unahandled block of code Signed-off-by: Amir Hammad --- src/usbh_lld_stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit