Hi, Everyone, If defining an array as follows: uint8_t HintString[] = "\r\n addr type group length data\r\n";
The compiler generates the following error: assertion “type_size_cc<t>” failed: file “types.c”, line 1836 Instead, if defining an array as follows: uint8_t HintString[50] = "\r\n addr type group length data\r\n"; The compiler reports no error. Is it a Bug? _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
