mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
typo error
This commit is contained in:
parent
c94f9e01e2
commit
991a6c53e2
@ -166,7 +166,7 @@ void frsky_user_frame()
|
||||
case 2:
|
||||
idxt = prev_index - idxt;
|
||||
prev_index=0;
|
||||
if(index<(MAX_PKTX-USER_MAX_BYTES)) //10-6=4
|
||||
if(idxt<(MAX_PKTX-USER_MAX_BYTES)) //10-6=4
|
||||
for(i=0;i<idxt;i++)
|
||||
frame[i+3]=pktx[USER_MAX_BYTES+i];
|
||||
pass=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user