Increased symbol length from 13 to 31

This commit is contained in:
mpohoreski 2009-02-13 07:27:57 +00:00
parent 8157f497a1
commit f489bb907c

View File

@ -1462,7 +1462,8 @@
enum
{
MAX_SYMBOLS_LEN = 13
// raised from 13 to 31 for Contiki
MAX_SYMBOLS_LEN = 31
};
// ****************************************