ardupilot/Tools/Linux_HAL_Essentials/RCInput_UART
Gustavo Jose de Sousa 6a8420aa48 Tools: RCInput_UART PIC firmware: remove code out of place
That code for serial configuration was not really setting TXSTA register, since
the selected bank is 2. Looking at the datasheet, it seems that we were
actually messing with a register named VRCON (full name "VOLTAGE REFERENCE
CONTROL REGISTER").

This is probably a leftover from a copy/paste, since the same is done (in the
right place) previously.
2015-11-04 13:55:10 +11:00
..
pic_firmware.asm Tools: RCInput_UART PIC firmware: remove code out of place 2015-11-04 13:55:10 +11:00