Rev 1125 | Rev 1447 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1125 | Rev 1157 | ||
|---|---|---|---|
| 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 | #include <drivers/mcu/gpio.h> |
|
| 16 | 17 | ||
| 17 | //to use PCINT lib. uncomment the line below |
18 | //to use PCINT lib. uncomment the line below |
| 18 | //#include <drivers/mcu/pcint.h> |
19 | //#include <drivers/mcu/pcint.h> |
| 19 | 20 | ||
| 20 | void <template>_Init(void); |
21 | void <template>_Init(void); |