Rev 801 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 819 | migan | 1 | ## Section application -- Do not edit this line |
| 2 | |||
| 3 | # Application specific configuration file |
||
| 4 | # All parameters required by library code should be defined here |
||
| 5 | |||
| 6 | MODULE_APPLICATION=1 |
||
| 7 | TIMER_USE_TIMER=2 |
||
| 8 | TIMER_TICKFREQ=1000 |
||
| 9 | STDCAN_HEARTBEAT_PERIOD=10000 |
||
| 10 | APP_HEARTBEAT_TIMER=<TIMER> |
||
| 11 | |||
| 12 | # This must be last in this section |
||
| 13 | |||
| 14 | TIMER_NUM_TIMERS=<NUMBER_OF_TIMERS> |
||
| 15 | NUMBER_OF_MODULES=<NUMBER_OF_MODULES> |
||
| 16 | |||
| 17 | ## End section application -- Do not edit this line |