some fix
This commit is contained in:
parent
04b4ff157f
commit
11d6bc78c5
2 changed files with 1 additions and 7 deletions
|
@ -124,7 +124,7 @@ init_net(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
set_rime_addr();
|
set_rime_addr();
|
||||||
rf230_init();
|
NETSTACK_RADIO.init();
|
||||||
{
|
{
|
||||||
uint8_t longaddr[8];
|
uint8_t longaddr[8];
|
||||||
uint16_t shortaddr;
|
uint16_t shortaddr;
|
||||||
|
|
|
@ -48,12 +48,6 @@
|
||||||
|
|
||||||
#define HARWARE_REVISION IRIS
|
#define HARWARE_REVISION IRIS
|
||||||
|
|
||||||
/*
|
|
||||||
* MCU and clock rate.
|
|
||||||
* IRIS runs on 8 MHz clock.
|
|
||||||
*/
|
|
||||||
#define MCU_MHZ 8
|
|
||||||
|
|
||||||
/* Clock ticks per second */
|
/* Clock ticks per second */
|
||||||
#define CLOCK_CONF_SECOND 128
|
#define CLOCK_CONF_SECOND 128
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue