mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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
|
||||
|
||||
bcf STATUS, IRP
|
||||
|
||||
; set led on
|
||||
bcf PORTC, RC1
|
||||
|
||||
goto MainLoop
|
||||
|
||||
Send:
|
||||
|
Loading…
Reference in New Issue
Block a user