We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddb21e commit 605d785Copy full SHA for 605d785
include/zephyr/pm/device.h
@@ -201,7 +201,7 @@ struct pm_device {
201
*/
202
#define Z_PM_DEVICE_DEFINE_SLOT(dev_name) \
203
static const Z_DECL_ALIGN(struct device *) \
204
- _CONCAT(Z_PM_DEVICE_NAME(dev_name), slot) __used \
+ _CONCAT(Z_PM_DEVICE_NAME(dev_name), _slot) __used \
205
__attribute__((__section__(".z_pm_device_slots")))
206
207
#ifdef CONFIG_PM_DEVICE
0 commit comments