Page 1 of 1

Wrong commentary about WORD in basictypes.h

Posted: Tue Aug 25, 2009 11:34 pm
by yevgenit
Line

Code: Select all

typedef unsigned short WORD; /* Signed   16 bit quantity                           */
needs to be replaced with

Code: Select all

typedef unsigned short WORD; /* Unsigned   16 bit quantity                        */
The issue is encountered in Rel23_rc7a.