include/can.h
changeset 691 17d9c0736935
parent 561 f9be4262c68d
--- a/include/can.h	Sat Jan 21 19:32:58 2012 +0100
+++ b/include/can.h	Wed Feb 01 18:07:04 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