Subversion Repositories HomeAutomation

Rev

Rev 339 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. /*********************************************************************
  2.  *
  3.  *                  CAN specification
  4.  *
  5.  *********************************************************************
  6.  * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/EmbeddedSoftware/PIC/canBoot/Include/CANdefs.h $
  7.  * Last changed:    $LastChangedDate: 2007-02-25 20:51:08 +0100 (Sun, 25 Feb 2007) $
  8.  * By:              $LastChangedBy: johboh $
  9.  * Revision:        $Revision: 339 $
  10.  ********************************************************************/
  11.  
  12. #ifndef CANDEFS_H
  13. #define CANDEFS_H
  14.  
  15. #include <compiler.h>
  16.  
  17.  
  18. #endif //CANdefs.h
  19.