Subversion Repositories HomeAutomation

Rev

Rev 80 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 80 Rev 88
1
/*********************************************************************
1
/*********************************************************************
2
 *
2
 *
3
 *                  Stack specific
3
 *                  Stack specific
4
 *
4
 *
5
 *********************************************************************
5
 *********************************************************************
6
 * FileName:        stackTasks.h
6
 * FileName:        $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canBoot/Include/stackTasks.h $
7
 *
-
 
8
 * Author               Date    Comment
7
 * Last changed:    $LastChangedDate: 2006-11-14 11:44:27 +0100 (Tue, 14 Nov 2006) $
9
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
 * By:              $LastChangedBy: johboh $
10
 * Johan Böhlin     21-10-06    Original        (Rev 1.0)
9
 * Revision:        $Revision: 88 $
11
 ********************************************************************/
10
 ********************************************************************/
12
// $Id: stackTasks.h 80 2006-11-11 20:22:39Z johboh $
-
 
13
 
11
 
14
#ifndef stackTasks_H
12
#ifndef stackTasks_H
15
#define stackTasks_H
13
#define stackTasks_H
16
 
14
 
17
#define USE_CAN
15
#define USE_CAN
18
 
16
 
19
 
17
 
20
#endif
18
#endif
21
 
19