mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-19 23:28:32 -04:00
6a8420aa48
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. |
||
---|---|---|
.. | ||
pic_firmware.asm |