From 5955ca69576974319a14c2d30cb414a13f5a9383 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 30 Mar 2019 14:15:23 +0100 Subject: [PATCH] Increase max number of sessions for pmdbg --- sysmodules/pm/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };