Subversion Repositories Code-Repo

Rev

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

Rev 128 Rev 130
Line 1... Line 1...
1
#include "maindefs.h"
1
#include "maindefs.h"
2
#include "xbee.h"
2
#include "xbee.h"
3
#include <string.h>
3
#include <string.h>
4
 
4
 
-
 
5
#pragma udata XBEE_BUFFER
5
static XBEE_DATA xbee_data;
6
static XBEE_DATA xbee_data;
-
 
7
#pragma udata
6
static XBEE_DATA *xbee_data_p = &xbee_data;
8
static XBEE_DATA *xbee_data_p = &xbee_data;
7
static void *xbee_data_frame;
9
static void *xbee_data_frame;
8
static void *xbee_frame;
10
static void *xbee_frame;
9
 
11
 
10
/* Initialize variables used by this library */
12
/* Initialize variables used by this library */