mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 01:57:52 +00:00
Removing unecessary Resets...
This commit is contained in:
parent
39887df3ec
commit
7e897d604c
@ -575,7 +575,6 @@ uint16_t ReadDsm()
|
||||
|
||||
uint16_t initDsm()
|
||||
{
|
||||
CYRF_Reset();
|
||||
CYRF_GetMfgData(cyrfmfg_id);//
|
||||
//Model match
|
||||
cyrfmfg_id[3]+=RX_num;
|
||||
|
@ -235,7 +235,6 @@ uint16_t ReadJ6Pro()
|
||||
|
||||
uint16_t initJ6Pro()
|
||||
{
|
||||
CYRF_Reset();
|
||||
j6pro_cyrf_init();
|
||||
|
||||
if(IS_AUTOBIND_FLAG_on) {
|
||||
|
@ -74,7 +74,6 @@ const PROGMEM uint8_t SFHSS_init_values[] = {
|
||||
|
||||
static void __attribute__((unused)) SFHSS_rf_init()
|
||||
{
|
||||
CC2500_Reset();
|
||||
CC2500_Strobe(CC2500_SIDLE);
|
||||
|
||||
for (uint8_t i = 0; i < 39; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user