Subversion Repositories HomeAutomation

Rev

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

  1. /*********************************************************************
  2.  *
  3.  *                  CAN definitions like behavior and bus speed
  4.  *
  5.  *********************************************************************
  6.  * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/EmbeddedSoftware/PIC/canBase/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.  
  13. #ifndef CANDEFS_H
  14. #define CANDEFS_H
  15.  
  16. #include <compiler.h>
  17.  
  18.  
  19.  
  20. #endif //CANdefs.h
  21.