Skip to content

Commit

Permalink
perf: Remove redundant instruction in telemetry code
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Oct 25, 2020
1 parent a23c3b8 commit 753bb73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,6 @@ dshot_tlm_create_packet:
mov Tlm_Data_H, A

; 12-bit encode telemetry data
mov A, Tlm_Data_H
jnz dshot_12bit_encode
mov A, Tlm_Data_L ; Already 12-bit
jnz dshot_tlm_12bit_encoded
Expand Down

0 comments on commit 753bb73

Please sign in to comment.