diff options
| author | Keith Packard <keithp@keithp.com> | 2012-06-15 22:40:30 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-15 22:40:30 -0700 | 
| commit | e09e35471e788b88909ff01037fb8e0e4eabcd7d (patch) | |
| tree | bc0403bfcc0563fc7c884bbab79ca348cb7797fe /src/drivers/ao_cc1120.h | |
| parent | c2949ea15c59215834fedac7646f50c8a09f716f (diff) | |
altos: Start making cc1120 radio work
RDF tones and radio calibration work now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_cc1120.h')
| -rw-r--r-- | src/drivers/ao_cc1120.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/ao_cc1120.h b/src/drivers/ao_cc1120.h index 0f03f2c7..5822a21a 100644 --- a/src/drivers/ao_cc1120.h +++ b/src/drivers/ao_cc1120.h @@ -281,6 +281,7 @@  #define  CC1120_PKT_CFG1_APPEND_STATUS	0  #define CC1120_PKT_CFG0		0x28 +#define  CC1120_PKT_CFG0_RESERVED7	7  #define  CC1120_PKT_CFG0_LENGTH_CONFIG	5  #define  CC1120_PKT_CFG0_LENGTH_CONFIG_FIXED		0  #define  CC1120_PKT_CFG0_LENGTH_CONFIG_VARIABLE		1  | 
