Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V2.9.0.0
-
Component/s: None
-
Labels:None
-
Account:SPC Profibus Slave (SPCPROFIBUSSL)
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.