From 6ded7f9fdce6e571b4cfcbf119d00af9a9bd4ed1 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Fri, 13 Feb 2009 07:27:57 +0000 Subject: [PATCH] Increased symbol length from 13 to 31 --- source/Debugger_Types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Debugger_Types.h b/source/Debugger_Types.h index 328ab95f..e7f68b21 100644 --- a/source/Debugger_Types.h +++ b/source/Debugger_Types.h @@ -1462,7 +1462,8 @@ enum { - MAX_SYMBOLS_LEN = 13 + // raised from 13 to 31 for Contiki + MAX_SYMBOLS_LEN = 31 }; // ****************************************