[usbc][stellaris] Implement usbc_flush_ep for stellaris

This commit is contained in:
Gurjant Kalsi
2016-06-02 15:09:48 -07:00
parent 3e47da8572
commit e24567f546

View File

@@ -250,3 +250,8 @@ status_t usbc_queue_tx(ep_t ep, usbc_transfer_t *transfer)
{
PANIC_UNIMPLEMENTED;
}
status_t usbc_flush_ep(ep_t ep)
{
PANIC_UNIMPLEMENTED;
}