Skip to content

Commit

Permalink
Update Losi_cyrf6936.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Nov 30, 2023
1 parent 2b69c11 commit d419e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multiprotocol/Losi_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static void __attribute__((unused)) LOSI_cyrf_init()
CYRF_WriteRegister(CYRF_1F_TX_OVERRIDE, 0x04); // No CRC
//CYRF_WriteRegister(CYRF_1E_RX_OVERRIDE, 0x14);
//CYRF_WriteRegister(CYRF_14_EOP_CTRL, 0x02);
CYRF_ConfigDataCode(&LOSI_data_code[40], 16); // Load bind data code by default
CYRF_ConfigDataCode(LOSI_data_code[40], 16); // Load bind data code by default
}

uint16_t LOSI_callback()
Expand Down

0 comments on commit d419e2b

Please sign in to comment.