moved CC2420 configuration into the conf file
This commit is contained in:
parent
47053c2cdb
commit
365db27f92
|
@ -37,6 +37,9 @@ typedef unsigned int uip_stats_t;
|
|||
#define SPI_WAITFOREORx() while ((*AT91C_SPI_SR & AT91C_SPI_RDRF) == 0)
|
||||
|
||||
/* CC2420 control pins */
|
||||
/* LOOP count for waiting 20 symbols in the CC2420 code - same as MSP? */
|
||||
#define CC2420_CONF_SYMBOL_LOOP_COUNT 800
|
||||
|
||||
|
||||
#define FIFO_IS_1 (*AT91C_PIOA_PDSR & AT91C_PIO_PA2)
|
||||
#define VREG_IS_1 1 /* Hardwired */
|
||||
|
|
Loading…
Reference in a new issue