initally adding test_usbd.c

This commit is contained in:
hathach
2019-10-30 12:24:07 +07:00
parent 880ac1e398
commit 16665672a4
4 changed files with 77 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr);
//--------------------------------------------------------------------+
// Called by DCD to notify device stack
void dcd_event_handler(dcd_event_t const * event, bool in_isr);
extern void dcd_event_handler(dcd_event_t const * event, bool in_isr);
// helper to send bus signal event
static inline void dcd_event_bus_signal (uint8_t rhport, dcd_eventid_t eid, bool in_isr);