Increased symbol length from 13 to 31

This commit is contained in:
mpohoreski 2009-02-13 07:27:57 +00:00
parent 57e80ecf2b
commit 6ded7f9fdc

View File

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