Wrong commentary about WORD in basictypes.h

Discussion to talk about software related topics only.
Post Reply
User avatar
yevgenit
Posts: 84
Joined: Fri Apr 25, 2008 12:47 am
Contact:

Wrong commentary about WORD in basictypes.h

Post 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.
Yevgeni Tunik
Embedded/RealTime software engineer
https://www.linkedin.com/in/yevgenitunik/
________________________
Post Reply