mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
Merge pull request #15027 from chrysn-pull-requests/nrf52-no-poweroff
cpu/nrf52: Remove unused static inline USB poweroff
This commit is contained in:
commit
d1c548ea5e
@ -114,11 +114,6 @@ static inline void poweron(nrfusb_t *usbdev)
|
||||
usbdev->device->ENABLE = USBD_ENABLE_ENABLE_Msk;
|
||||
}
|
||||
|
||||
static inline void poweroff(nrfusb_t *usbdev)
|
||||
{
|
||||
usbdev->device->ENABLE = 0x00;
|
||||
}
|
||||
|
||||
static void usb_attach(nrfusb_t *usbdev)
|
||||
{
|
||||
DEBUG("nrfusb: Enabling pull-up\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user