include/states.h
changeset 357 838e5397ae67
parent 343 118c1cabd0b0
child 378 d2abf6c8c27b
--- a/include/states.h	Tue Jan 15 09:30:26 2008 +0100
+++ b/include/states.h	Tue Jan 15 10:11:17 2008 +0100
@@ -40,9 +40,9 @@
   Stopped         = 0x04,
   Operational     = 0x05,
   Pre_operational = 0x7F,
-  Unknown_state   = 0x0F,
+  Unknown_state   = 0x0F
 #ifdef CO_ENABLE_LSS
-  LssTimingDelay  = 0x10
+  ,LssTimingDelay  = 0x10
 #endif
 };