Tools: RCInput_UART PIC firmware: keep status led on

Keep status led on while we are continuously sending packets to serial. That
shows the user we are receiving input properly.
This commit is contained in:
Gustavo Jose de Sousa 2015-10-05 20:16:23 -03:00 committed by Andrew Tridgell
parent 2c9472c634
commit fe8d471490

View File

@ -348,6 +348,10 @@ SendLoop:
goto SendLoop
bcf STATUS, IRP
; set led on
bcf PORTC, RC1
goto MainLoop
Send: