Subversion Repositories HomeAutomation

Rev

Rev 697 | Rev 764 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 697 Rev 698
Line 17... Line 17...
17
#include <avr/wdt.h>
17
#include <avr/wdt.h>
18
#include <avr/eeprom.h>
18
#include <avr/eeprom.h>
19
#include <stdio.h>
19
#include <stdio.h>
20
#include <string.h>
20
#include <string.h>
21
 
21
 
-
 
22
#include <canid.h>
22
#include <config.h>
23
#include <config.h>
23
/* lib files */
24
/* lib files */
24
#if USE_STDCAN == 1
25
#if USE_STDCAN == 1
25
#include <stdcan.h>
26
#include <stdcan.h>
26
#else
27
#else