Details
Description
The TLR_BOOLEAN is defines as unsigned int. Therefore it is not portable and must not be used within the API Header of a Protocol Stack. It results in an invalid packet structure on the host side for 8, 16 or 64 bit host CPUs. The type TLR_BOOLEAN32 should be used instead.
NOTE: This issue will not effect existing working products. This issue is relevant if a host system is used which is a 8, 16 or 64bit integer values on new developments.