drivers/can_tcp_win32/can_tcp_win32.cpp
changeset 384 83793fc7ce48
parent 355 12adbd08e10c
child 631 08b6b903f84a
--- a/drivers/can_tcp_win32/can_tcp_win32.cpp	Tue Feb 05 10:18:25 2008 +0100
+++ b/drivers/can_tcp_win32/can_tcp_win32.cpp	Thu Feb 07 10:25:15 2008 +0100
@@ -117,4 +117,9 @@
    delete reinterpret_cast<SocketClient*>(inst);
    return 1;
    }
-
+extern "C"
+	UNS8 canChangeBaudRate_driver( CAN_HANDLE fd, char* baud)
+	{
+	cerr << "canChangeBaudRate not yet supported by this driver\n";
+	return 0;
+	}
\ No newline at end of file