Add new function defines to compile peak driver on win32
authorgreg
Thu, 16 Jul 2009 12:03:37 +0200
changeset 564 81b92b8ec2b5
parent 563 394440e3b6e4
child 565 5fe7a5b0b8a5
Add new function defines to compile peak driver on win32
configure
--- a/configure	Thu Jul 16 11:53:07 2009 +0200
+++ b/configure	Thu Jul 16 12:03:37 2009 +0200
@@ -427,6 +427,8 @@
 		echo "CAN_* calls redefined to CAN2_* "
 		echo '#define CAN_Init CAN2_Init' >> $PW32DIR/cancfg.h
 		echo '#define CAN_Read CAN2_Read' >> $PW32DIR/cancfg.h
+		echo '#define CAN_ReadEx CAN2_ReadEx' >> $PW32DIR/cancfg.h
+		echo '#define CAN_SetRcvEvent CAN2_SetRcvEvent' >> $PW32DIR/cancfg.h
 		echo '#define CAN_Write CAN2_Write' >> $PW32DIR/cancfg.h
 		echo '#define CAN_Close CAN2_Close' >> $PW32DIR/cancfg.h
 	fi