Increase the maximum recursion depth.
This commit is contained in:
parent
5241d9a0c9
commit
e31eb2b031
|
@ -713,7 +713,7 @@ static void end_debug()
|
||||||
}
|
}
|
||||||
|
|
||||||
// maximum recursion depth
|
// maximum recursion depth
|
||||||
#define MAX_DEPTH 10
|
#define MAX_DEPTH 32
|
||||||
|
|
||||||
void
|
void
|
||||||
send_strokes(translation *tr, uint8_t portno, int status, int chan,
|
send_strokes(translation *tr, uint8_t portno, int status, int chan,
|
||||||
|
|
Loading…
Reference in New Issue