From fe8d4714906d3e0ce00f3aaed5a01554cd73cc1a Mon Sep 17 00:00:00 2001 From: Gustavo Jose de Sousa Date: Mon, 5 Oct 2015 20:16:23 -0300 Subject: [PATCH] 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. --- Tools/Linux_HAL_Essentials/RCInput_UART/pic_firmware.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/Linux_HAL_Essentials/RCInput_UART/pic_firmware.asm b/Tools/Linux_HAL_Essentials/RCInput_UART/pic_firmware.asm index e8c440b9bb..28b6836d42 100644 --- a/Tools/Linux_HAL_Essentials/RCInput_UART/pic_firmware.asm +++ b/Tools/Linux_HAL_Essentials/RCInput_UART/pic_firmware.asm @@ -348,6 +348,10 @@ SendLoop: goto SendLoop bcf STATUS, IRP + + ; set led on + bcf PORTC, RC1 + goto MainLoop Send: