mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/avr8_common: make pm_layered a DEFAULT_MODULE
This lets us disable it.
This commit is contained in:
parent
714958ad3c
commit
7add6c2fcc
@ -5,7 +5,7 @@ USEMODULE += avr_libc_extra
|
||||
USEMODULE += avr8_common avr8_common_periph
|
||||
|
||||
# All avr8 CPUs provide PM
|
||||
USEMODULE += pm_layered
|
||||
DEFAULT_MODULE += pm_layered
|
||||
|
||||
# The AVR-libc provides no thread safe malloc implementation and has no hooks
|
||||
# to inject. Use malloc_thread_safe to link calls to malloc to safe wrappers
|
||||
|
Loading…
Reference in New Issue
Block a user