Rev 869 | Rev 1062 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 869 | Rev 957 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | /* lib files */ |
11 | /* lib files */ |
| 12 | #include <config.h> |
12 | #include <config.h> |
| 13 | #include <bios.h> |
13 | #include <bios.h> |
| 14 | #include <drivers/can/stdcan.h> |
14 | #include <drivers/can/stdcan.h> |
| 15 | #include <drivers/timer/timer.h> |
15 | #include <drivers/timer/timer.h> |
| 16 | - | ||
| 17 | #include "protocol.h" |
- | |
| 18 | 16 | ||
| 19 | void <template>_Init(void); |
17 | void <template>_Init(void); |
| 20 | void <template>_Process(void); |
18 | void <template>_Process(void); |
| 21 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
19 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
| 22 | void <template>_List(uint8_t ModuleSequenceNumber); |
20 | void <template>_List(uint8_t ModuleSequenceNumber); |