diff --git a/sysmodules/pm/source/main.c b/sysmodules/pm/source/main.c index b5c2c48..5ba8515 100644 --- a/sysmodules/pm/source/main.c +++ b/sysmodules/pm/source/main.c @@ -82,7 +82,7 @@ void initSystem() static const ServiceManagerServiceEntry services[] = { { "pm:app", 3, pmAppHandleCommands, false }, - { "pm:dbg", 1, pmDbgHandleCommands, false }, + { "pm:dbg", 2, pmDbgHandleCommands, false }, { NULL }, };