Skip to content

Commit

Permalink
chore: Disable DShot pulse check
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Mar 27, 2022
1 parent 5a236e9 commit daf6c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ t1_int:
jnc t1_int_frame_fail ; Frame too long

; Check that correct number of pulses is received
cjne Temp1, #16, t1_int_frame_fail ; Read current pointer
; cjne Temp1, #16, t1_int_frame_fail ; Read current pointer

; Decode transmitted data
mov Temp1, #0 ; Set pointer
Expand Down

0 comments on commit daf6c11

Please sign in to comment.