lld: stm32f4: adjust reporting of the unahandled block of code

Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
Amir Hammad 2016-07-08 23:41:55 +02:00
parent 1c8aa9d315
commit dd950136aa

View file

@ -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;