mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
pkg/tinyusb/hw: use pm_block
only if module pm_layered
is enabled
This commit is contained in:
parent
7a65eea8d0
commit
815f20d2bf
@ -19,7 +19,7 @@
|
||||
|
||||
#include "periph_conf.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/pm.h"
|
||||
#include "pm_layered.h"
|
||||
|
||||
#include "tusb.h"
|
||||
#include "device/usbd.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "periph_conf.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/pm.h"
|
||||
#include "pm_layered.h"
|
||||
|
||||
#include "tusb.h"
|
||||
#include "device/usbd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user