Dependents:   Kamal_CAN ReadFromSerial446 USNA-UMBC-KF-02_v3-noise USNA-UMBC-KF-01

Files at this revision

API Documentation at this revision

Comitter:
tecnosys
Date:
Fri Jun 18 11:08:10 2010 +0000
Parent:
5:7042ecbb801f
Child:
7:2abb9b7eec25
Commit message:

Changed in this revision

mcp2515.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/mcp2515.cpp	Fri Jun 18 10:43:41 2010 +0000
+++ b/mcp2515.cpp	Fri Jun 18 11:08:10 2010 +0000
@@ -130,7 +130,7 @@
     //struct mcp251x_platform_data *pdata = spi->dev.platform_data;
     
         printf("\n\rcanspeed=%d",bit_rate);
-    int f_osc = 8000000; //4000000; //4Mhz
+    int f_osc = 16000000; //4000000; //4Mhz
     int tqs; /* tbit/TQ */
     int brp;
     int ps1, ps2, propseg, sjw;