aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/RCXintro_16.txt
AgeCommit message (Collapse)Author
2010-08-20gcc: patch *.txt data files, with minimum impact on sourcesNicolas Schodet
gcc do not allow to store a structure containing a flexible array member in an array. Also, sizeof (s), with s a structure containing a flexible array member will return the offset of the flexible array member, not the actual size. This patch handle those problems with minimum impact on sources.
2010-08-19import firmware from LEGO v1.05lego-1.05Nicolas Schodet