tinyusb
tinyusb copied to clipboard
dcd_nrf5x: make it compile also with old Nordic SDK
Describe the PR With this PR it is also possible to compile the dcd_nrf5x with old Nordic SDKs. The current version of the driver uses API calls to nrf_clock with two parameters while the old SDK only uses one parameter for the call. For correct behavior the NVIC calls also has to be directed thru the softdevice.