lld: stm32f4: adjust reporting of the unahandled block of code
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
1c8aa9d315
commit
dd950136aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue