master/fmmu_config.h
changeset 2103 8c63d804ead9
parent 1981 c14b6bb14fdf
child 2589 2b9c78543663
--- a/master/fmmu_config.h	Thu Aug 11 20:20:12 2011 +0200
+++ b/master/fmmu_config.h	Thu Aug 11 20:44:18 2011 +0200
@@ -50,7 +50,7 @@
     uint8_t sync_index; /**< Index of sync manager to use. */
     ec_direction_t dir; /**< FMMU direction. */
     uint32_t logical_start_address; /**< Logical start address. */
-    size_t tx_size; /**< Transmitted (bus) size. */
+    size_t tx_size; /**< Transmitted (bus) size. FIXME */
     uint32_t domain_address;    /** Domain start address */
     unsigned int data_size; /**< Covered PDO size. */
 } ec_fmmu_config_t;