1
0
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:
Gunar Schorcht 2022-11-23 18:26:59 +01:00
parent 7a65eea8d0
commit 815f20d2bf
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"