Rev 359 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 129 | johboh | 1 | /********************************************************************* |
| 2 | * |
||
| 3 | * Stack specific like which modules to use. |
||
| 4 | * |
||
| 5 | ********************************************************************* |
||
| 6 | * FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/EmbeddedSoftware/PIC/canFreezer/Include/stackTasks.h $ |
||
| 7 | * Last changed: $LastChangedDate: 2007-03-04 15:13:16 +0100 (Sun, 04 Mar 2007) $ |
||
| 8 | * By: $LastChangedBy: johboh $ |
||
| 9 | * Revision: $Revision: 359 $ |
||
| 10 | ********************************************************************/ |
||
| 11 | |||
| 12 | #ifndef stackTasks_H |
||
| 13 | #define stackTasks_H |
||
| 14 | |||
| 359 | johboh | 15 | #define USE_ADC |
| 16 | #define USE_DOORS |
||
| 129 | johboh | 17 | |
| 18 | |||
| 19 | #endif |