include/can.h
changeset 710 e7a45c77d6ec
parent 691 17d9c0736935
--- a/include/can.h	Mon Jan 23 21:40:59 2012 +0100
+++ b/include/can.h	Sat Feb 04 01:33:16 2012 +0100
@@ -25,18 +25,6 @@
 
 #include "applicfg.h"
 
-/*
-union SHORT_CAN {
-  struct { UNS8 b0,b1; } b;
-  UNS32 w;
-};
-*/
-/*
-typedef struct {
-  UNS32 w;
-} SHORT_CAN;
-*/
-
 /** 
  * @brief The CAN message structure 
  * @ingroup can