examples/TestMasterSlave/TestMasterSlave.c
changeset 31 a82b70738e5c
parent 0 4472ee7c6c3e
child 32 8afa33692372
--- a/examples/TestMasterSlave/TestMasterSlave.c	Tue Jun 13 16:05:57 2006 +0200
+++ b/examples/TestMasterSlave/TestMasterSlave.c	Fri Jun 16 14:24:59 2006 +0200
@@ -66,6 +66,7 @@
 UNS32 OnMasterMap1Update(CO_Data* d, const indextable * unsused_indextable, UNS8 unsused_bSubindex)
 {
 	eprintf("OnSlaveMap1Update:%d\n", SlaveMap1);
+	return 0;
 }
 
 
@@ -134,7 +135,7 @@
   printf("*   If you have chosen virtual CAN driver, just type         *\n");
   printf("*   ./TestMasterSlave                                        *\n");
   printf("*                                                            *\n");
-  printf("*   Else you need to sepcify bus:                            *\n");
+  printf("*   Else you need to specify bus:                            *\n");
   printf("*                                                            *\n");
   printf("*     -s : slave CAN bus [default 0, peak first PCI]         *\n");
   printf("*     -m : master CAN bus [default 1, peak second PCI]       *\n");