include/nmtSlave.h
changeset 561 f9be4262c68d
parent 529 c171e11707c5
--- a/include/nmtSlave.h	Wed Jul 15 17:19:09 2009 +0200
+++ b/include/nmtSlave.h	Thu Jul 16 10:06:57 2009 +0200
@@ -32,10 +32,9 @@
 #include "data.h"
 
 /** 
- * @brief Threat the reception of a NMT message from the master
- * bus_id is hardware dependant
- * @param *d Pointer on the CAN data structure
- * @param *m Pointer on the message received
+ * @brief Threat the reception of a NMT message from the master.
+ * @param *d Pointer to the CAN data structure
+ * @param *m Pointer to the message received
  * @return 
  *  -  0 if OK 
  *  - -1 if the slave is not allowed, by its state, to receive the message
@@ -45,7 +44,6 @@
 /** 
  * @brief Transmit the boot-Up frame when the slave is moving from initialization
  * state to pre_operational state.
- * bus_id is hardware dependant
  * @param *d Pointer on the CAN data structure
  * @return canSend(bus_id,&m)
  */