--- a/drivers/can_multi_peeakwin32/can_multi_peak_win32.c Thu Oct 04 17:19:55 2012 +0200
+++ b/drivers/can_multi_peeakwin32/can_multi_peak_win32.c Thu Oct 18 17:44:33 2012 +0200
@@ -311,6 +311,8 @@
/***************************************************************************/
+
+/* return 0 - OK; 1 - failure */
UNS8 LIBAPI canSend_driver(CAN_HANDLE fd0, Message const *m)
{
UNS8 data;
@@ -370,7 +372,7 @@
MSG("out : ");
print_message(m);
#endif
- return 0;
+ return 0; // OK
}
@@ -383,7 +385,7 @@
/***************************************************************************/
-LIBPUBLIC CAN_HANDLE LIBAPI canOpen_driver(s_BOARD * board)
+CAN_HANDLE LIBAPI canOpen_driver(s_BOARD * board)
{
int ret;
int i;