Increase the maximum recursion depth.

master
Albert Graef 2018-08-28 23:27:44 +02:00
parent 5241d9a0c9
commit e31eb2b031
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ static void end_debug()
}
// maximum recursion depth
#define MAX_DEPTH 10
#define MAX_DEPTH 32
void
send_strokes(translation *tr, uint8_t portno, int status, int chan,