Skip to content

Commit c1ddbee

Browse files
Forgot to increase size of PD names in monitor
1 parent c86eb6c commit c1ddbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#include "debug.h"
6767

6868
#define MAX_PDS 64
69-
#define MAX_NAME_LEN 16
69+
#define MAX_NAME_LEN 64
7070
#define MAX_TCBS 64
7171

7272
#define MAX_UNTYPED_REGIONS 256

0 commit comments

Comments
 (0)