1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

[pcbgruvin9x] Removed two lines no longer needed for a feature that

never worked on '2560 chip because UART takes over RX pin even when
receiver is disabled (a chip design flaw, far as I can tell.)
This commit is contained in:
gruvin@gmail.com 2012-11-11 04:09:32 +00:00
parent bff713d8d8
commit fa7de3dbd8

View file

@ -451,9 +451,6 @@ void DSM2_Init(void)
{
#ifndef SIMU
DDRE &= ~(1 << DDE0); // set RXD0 pin as input
PORTE |= (1 << PORTE0); // enable pullup on RXD0 pin
#undef BAUD
#define BAUD 125000