nrf5x add DCD_EVENT_UNPLUGGED event

This commit is contained in:
hathach
2018-11-23 15:05:40 +07:00
parent 4e8400e6fb
commit e61e9d8b1b

View File

@@ -61,6 +61,7 @@ enum {
#endif
#include "tusb_hal.h"
#include "device/dcd.h"
/*------------------------------------------------------------------*/
/* MACRO TYPEDEF CONSTANT ENUM
@@ -291,6 +292,8 @@ void tusb_hal_nrf_power_event (uint32_t event)
nrf_usbd_disable();
hfclk_disable();
dcd_event_bus_signal(0, DCD_EVENT_UNPLUGGED, true);
}
break;