1

Dependents:   yezhong_main_controller_copy yezhong_main_controller_copy_1 yezhong_main_controller_copy yezhong_main_controller_copy-

Revision:
7:2abb9b7eec25
Parent:
1:dbc44582f2f8
Child:
9:a35b78afe3e3
--- a/CAN3.h	Fri Jun 18 11:08:10 2010 +0000
+++ b/CAN3.h	Fri Jun 18 11:27:00 2010 +0000
@@ -21,7 +21,7 @@
     
     uint8_t read(CANMessage *msg); //    int read(CANMessage&    msg);
     void write(CANMessage* test);   //int write(CANMessage     msg);
-    void frequency( int canSpeed); //Set the frequency of the CAN interface hz    The bus frequency in hertz
+    int frequency( int canSpeed); //Set the frequency of the CAN interface hz    The bus frequency in hertz
 
 
     void reset(); //Reset CAN interface. To use after error overflow.