mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/stm32: usbdev: fix pm_layered include
This commit is contained in:
parent
7561d83001
commit
a93deb4e95
@ -30,6 +30,7 @@
|
||||
#include "periph/pm.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/usbdev.h"
|
||||
#include "pm_layered.h"
|
||||
#include "usbdev_stm32.h"
|
||||
|
||||
/**
|
||||
@ -922,7 +923,6 @@ static int _usbdev_ep_ready(usbdev_ep_t *ep, size_t len)
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
if (_uses_dma(conf)) {
|
||||
_in_regs(conf, ep->num)->DIEPDMA = (uint32_t)ep->buf;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user