ctap/u2f works on nrf52

This commit is contained in:
Conor Patrick
2018-06-02 18:30:59 -04:00
parent a71c9ef30a
commit 28b6305b4c
7 changed files with 58 additions and 16 deletions

View File

@@ -933,7 +933,7 @@ static void usbd_event_handler(nrf_drv_usbd_evt_t const * const p_event)
}
else
{
printf("EP other: %d\n", p_event->data.eptransfer.ep);
/*printf("EP other: %d\n", p_event->data.eptransfer.ep);*/
/* Nothing to do */
}
break;