Browse Source

Merge pull request #510 from mathiasvr/patch-2

Fix possible bug in V.inc
master
sskaug 4 years ago
committed by GitHub
parent
commit
fbabba8b1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BLHeli_S SiLabs/V.inc

2
BLHeli_S SiLabs/V.inc

@ -442,7 +442,7 @@ Set_Pwm_C MACRO
IF FETON_DELAY == 0
setb P0.CcomFET
mov P0SKIP, #0FFh
mov P1SKIP, #7Fh
mov P1SKIP, #7Eh
ELSE
mov P0SKIP, #7Fh
mov P1SKIP, #7Eh

Loading…
Cancel
Save