Minor changes.
authorFlorian Pose <fp@igh-essen.com>
Tue, 19 Feb 2008 10:58:08 +0000
changeset 796 329daf6ad28c
parent 795 c695e53940d4
child 797 1c2726f9c81b
Minor changes.
master/fsm_mapping.h
--- a/master/fsm_mapping.h	Tue Feb 19 10:33:26 2008 +0000
+++ b/master/fsm_mapping.h	Tue Feb 19 10:58:08 2008 +0000
@@ -48,12 +48,10 @@
 
 /*****************************************************************************/
 
-typedef struct ec_fsm_mapping ec_fsm_mapping_t; /**< \see ec_fsm_slave */
+typedef struct ec_fsm_mapping ec_fsm_mapping_t; /**< \see ec_fsm_mapping */
 
-/**
- * Finite state machine of an EtherCAT slave.
+/** Pdo mapping state machine.
  */
-
 struct ec_fsm_mapping
 {
     void (*state)(ec_fsm_mapping_t *); /**< state function */