Subversion Repositories HomeAutomation

Rev

Rev 588 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 588 Rev 589
Line 2... Line 2...
2
#include <avr/interrupt.h>
2
#include <avr/interrupt.h>
3
#include <stdio.h>
3
#include <stdio.h>
4
#include <string.h>
4
#include <string.h>
5
#include <config.h> // All configuration parameters
5
#include <config.h> // All configuration parameters
6
#include <bios.h>   // BIOS interface declarations, including CAN structure and ID defines.
6
#include <bios.h>   // BIOS interface declarations, including CAN structure and ID defines.
7
#include "channel.h"
7
#include <drivers/channel/channel.h>
8
 
8
 
9
#define APP_TYPE    0xf001
9
#define APP_TYPE    0xf001
10
#define APP_VERSION 0x0002
10
#define APP_VERSION 0x0002
11
 
11
 
12
// A simple message "queue", with space for one message only.
12
// A simple message "queue", with space for one message only.