Increase max number of sessions for pmdbg

This commit is contained in:
TuxSH 2019-03-30 14:15:23 +01:00
parent dcddcfc94d
commit 5955ca6957

View File

@ -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 },
};