...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
69:4a7918f48478
Parent:
65:5798e58a58b1
--- a/can_helper.h	Wed Oct 23 16:23:06 2013 +0300
+++ b/can_helper.h	Mon Nov 18 11:49:24 2013 +0200
@@ -24,7 +24,8 @@
 
 enum CANFormat {
     CANStandard = 0,
-    CANExtended = 1
+    CANExtended = 1,
+    CANAny = 2
 };
 typedef enum CANFormat CANFormat;