include/states.h
changeset 291 6165554cbfe9
parent 150 d2fc5d5f8a36
child 343 118c1cabd0b0
--- 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