Minor changes.
authorFlorian Pose <fp@igh-essen.com>
Mon, 24 Sep 2007 07:11:37 +0000
changeset 751 41a5c537b76d
parent 750 bc42cd59329b
child 752 3d5cd81674bd
Minor changes.
master/fsm_coe_map.c
--- a/master/fsm_coe_map.c	Thu Sep 20 13:05:38 2007 +0000
+++ b/master/fsm_coe_map.c	Mon Sep 24 07:11:37 2007 +0000
@@ -150,13 +150,15 @@
 }
 
 /******************************************************************************
- *  CoE dictionary state machine
+ *  state functions
  *****************************************************************************/
 
 /**
  */
 
-void ec_fsm_coe_map_state_start(ec_fsm_coe_map_t *fsm /**< finite state machine */)
+void ec_fsm_coe_map_state_start(
+        ec_fsm_coe_map_t *fsm /**< finite state machine */
+        )
 {
     // read mapping of first sync manager
     fsm->sync_index = 0;