* After the move to `sys_poweroff`, restore the behavior of suspending devices before entering sleep state.
9 lines
171 B
Text
9 lines
171 B
Text
/*
|
|
* Copyright (c) 2023 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <zephyr/linker/linker-defs.h>
|
|
|
|
ITERABLE_SECTION_RAM(zmk_pm_device_slots, 4)
|