forked from kofal.net/zmk
fix(pm): Restore sleep suspension of devices.
* After the move to `sys_poweroff`, restore the behavior of suspending devices before entering sleep state.
This commit is contained in:
committed by
Pete Johanson
parent
1d83f279cd
commit
50a303b8bb
9
app/include/linker/zmk-pm-devices.ld
Normal file
9
app/include/linker/zmk-pm-devices.ld
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2023 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <zephyr/linker/linker-defs.h>
|
||||
|
||||
ITERABLE_SECTION_RAM(zmk_pm_device_slots, 4)
|
||||
Reference in New Issue
Block a user