CAN Headers.

Files at this revision

API Documentation at this revision

Comitter:
wsalis01
Date:
Thu Jan 12 18:48:02 2012 +0000
Parent:
1:8e06c090e0cb
Child:
3:c50a62d3e4b8
Commit message:
Updated 1/12/2012

Changed in this revision

CANProtocol.h Show annotated file Show diff for this revision Revisions of this file
--- a/CANProtocol.h	Thu Jan 12 18:44:54 2012 +0000
+++ b/CANProtocol.h	Thu Jan 12 18:48:02 2012 +0000
@@ -18,6 +18,5 @@
 const int CAN_RLWS   = 0x302; /* Normal Response: Rear Left Wheel Speed */
 const int CAN_RRWS   = 0x303; /* Normal Response: Rear Right Wheel Speed */
 const int CAN_STATUS = 0x400; /* Relaxed Response: Status */
-const int CAN_FOO    = 0xFFF; /* Test *?
 
 #endif