Protocol init function modified

This commit is contained in:
Pascal Langer
2021-02-09 18:23:33 +01:00
parent d496f62719
commit 3b8b2ef376
87 changed files with 944 additions and 1565 deletions

View File

@@ -104,7 +104,7 @@ uint16_t ESKY150V2_callback()
return ESKY150V2_PACKET_PERIOD;
}
uint16_t initESKY150V2()
void ESKY150V2_init()
{
CC2500_250K_Init();
ESKY150V2_set_freq();
@@ -133,7 +133,6 @@ uint16_t initESKY150V2()
}
else
CC2500_250K_NRF_SetTXAddr(rx_tx_addr, ESKY150V2_TXID_SIZE);
return 50000;
}
#endif