mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
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:
parent
2c9472c634
commit
fe8d471490
@ -348,6 +348,10 @@ SendLoop:
|
|||||||
goto SendLoop
|
goto SendLoop
|
||||||
|
|
||||||
bcf STATUS, IRP
|
bcf STATUS, IRP
|
||||||
|
|
||||||
|
; set led on
|
||||||
|
bcf PORTC, RC1
|
||||||
|
|
||||||
goto MainLoop
|
goto MainLoop
|
||||||
|
|
||||||
Send:
|
Send:
|
||||||
|
Loading…
Reference in New Issue
Block a user