Rev 905 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 905 | Rev 959 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | #include <stdio.h> |
4 | #include <stdio.h> |
| 5 | /* lib files */ |
5 | /* lib files */ |
| 6 | #include <config.h> |
6 | #include <config.h> |
| 7 | #include <bios.h> |
7 | #include <bios.h> |
| 8 | #include <drivers/can/stdcan.h> |
8 | #include <drivers/can/stdcan.h> |
| 9 | #include <drivers/can/modules/GlobalCMD.h> |
- | |
| 10 | 9 | ||
| 11 | #ifndef CAN_PRINTF |
10 | #ifndef CAN_PRINTF |
| 12 | #define CAN_PRINTF 0 |
11 | #define CAN_PRINTF 0 |
| 13 | #endif |
12 | #endif |
| 14 | 13 | ||