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