Subversion Repositories Code-Repo

Rev

Rev 116 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 117
Line 3... Line 3...
3
 
3
 
4
#include <p18f26j11.h>
4
#include <p18f26j11.h>
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
7
//#define _DEBUG
7
//#define _DEBUG
8
//#define _BASE_STATION
8
#define _BASE_STATION
9
#define _REMOTE
9
//#define _REMOTE
10
 
10
 
11
#ifdef _BASE_STATION
11
#ifdef _BASE_STATION
12
#define BASE_STATION_ADDRESS 1
12
#define BASE_STATION_ADDRESS 1
13
#define _SPI2_V2
13
#define _SPI2_V2
14
#endif
14
#endif