diff options
| author | hathach <[email protected]> | 2018-09-25 12:57:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-09-25 12:57:46 +0700 |
| commit | a660fb0cfc8641d5645d1cdea76027266b278388 (patch) | |
| tree | 07ff532813da1a32c0b92a683cb2427325cc930d /src | |
| parent | 3b79ba845185893f6ce4b55ac40d529b7798982e (diff) | |
clean up, update nrfx to 1.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nordic/nrf5x/hal_nrf5x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nordic/nrf5x/hal_nrf5x.c b/src/portable/nordic/nrf5x/hal_nrf5x.c index fe33825e9..4ce512746 100644 --- a/src/portable/nordic/nrf5x/hal_nrf5x.c +++ b/src/portable/nordic/nrf5x/hal_nrf5x.c @@ -255,7 +255,7 @@ void tusb_hal_nrf_power_event (uint32_t event) __DSB(); } - nrf_usbd_isosplit_set(NRF_USBD_ISOSPLIT_Half); + nrf_usbd_isosplit_set(USBD_ISOSPLIT_SPLIT_HalfIN); // Enable interrupt. SOF is used as CDC auto flush NRF_USBD->INTENSET = USBD_INTEN_USBRESET_Msk | USBD_INTEN_USBEVENT_Msk | USBD_INTEN_EPDATA_Msk | |
