Wrong commentary about WORD in basictypes.h
Posted: Tue Aug 25, 2009 11:34 pm
Line
needs to be replaced with
The issue is encountered in Rel23_rc7a.
Code: Select all
typedef unsigned short WORD; /* Signed 16 bit quantity */
Code: Select all
typedef unsigned short WORD; /* Unsigned 16 bit quantity */