diff -r f812bf6b7237 -r 905677ed00f3 include/pdo.h --- a/include/pdo.h Fri Jun 29 19:51:39 2007 +0200 +++ b/include/pdo.h Mon Jul 02 18:22:58 2007 +0200 @@ -34,6 +34,7 @@ /* Status of the TPDO : */ #define PDO_INHIBITED 0x01 +#define PDO_RTR_SYNC_READY 0x01 /** The PDO structure */ struct struct_s_PDO_status { @@ -72,7 +73,7 @@ * bus_id is hardware dependant * Returns 0xFF if error, other in success. */ -UNS8 sendPDOrequest (CO_Data* d, UNS32 cobId); +UNS8 sendPDOrequest( CO_Data* d, UNS16 RPDOIndex ); /** Compute a PDO frame reception * bus_id is hardware dependant