diff -r 43c3b2bf3e32 -r 6165554cbfe9 include/states.h --- a/include/states.h Sun Sep 30 22:34:10 2007 +0200 +++ b/include/states.h Sun Sep 30 22:35:48 2007 +0200 @@ -47,12 +47,12 @@ typedef struct { - UNS8 csBoot_Up; - UNS8 csSDO; - UNS8 csEmergency; - UNS8 csSYNC; - UNS8 csHeartbeat; - UNS8 csPDO; + INTEGER8 csBoot_Up; + INTEGER8 csSDO; + INTEGER8 csEmergency; + INTEGER8 csSYNC; + INTEGER8 csHeartbeat; + INTEGER8 csPDO; } s_state_communication; /** Function that user app can overload