commit | 8bbe18a27a02600523d9622232502d799471a93c | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Nov 15 10:03:45 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Dec 17 10:35:02 2007 +0100 |
tree | 4fc63ab8f3992aac0deb0585a948ecc1e4963e93 | |
parent | 9d5a43ffd038483c6b2d4d1b41b89bbee91a7719 [diff] |
AVR32: Fix wrong pin setup for USART3 As reported by Gerhard Berghofer: in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18 instead of PB18 and PB19. which is obviously correct. There's currently no code that uses USART3, but custom boards may run into problems. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>