Rev 762 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 762 | Rev 766 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | DDRD |= (1<<DDD5)|(1<<DDD4); |
39 | DDRD |= (1<<DDD5)|(1<<DDD4); |
40 | // low level |
40 | // low level |
41 | PORTD &= ~((1<<PORTD5)|(1<<PORTD4)); |
41 | PORTD &= ~((1<<PORTD5)|(1<<PORTD4)); |
Line 42... | Line 42... | ||
42 | 42 | ||
43 | // PD3 can't be used in FC 1.1 if 2nd UART is activated |
43 | // PD3 can't be used in FC 1.1 if 2nd UART is activated |
44 | // becouse TXD1 is at that port |
44 | // because TXD1 is at that port |
45 | if(BoardRelease == 10) |
45 | if(BoardRelease == 10) |
46 | { |
46 | { |
47 | DDRD |= (1<<PORTD3); |
47 | DDRD |= (1<<PORTD3); |
48 | PORTD &= ~(1<<PORTD3); |
48 | PORTD &= ~(1<<PORTD3); |