Small fix PINS_USART*

This commit is contained in:
Cristian Maglie 2011-10-27 18:33:58 +02:00
parent 8d83eb79a9
commit 5f7837cc02
1 changed files with 4 additions and 4 deletions

View File

@ -69,11 +69,11 @@
#define PIN_LED2 PIN_LED_RXL
#define PIN_LED3 PIN_LED_TXL
#define PINS_UART (0u)
#define PINS_UART (80u)
#define PINS_USART0 (18u)
#define PINS_USART1 (16u)
#define PINS_USART2 (14u)
#define PINS_USART0 (81u)
#define PINS_USART1 (82u)
#define PINS_USART2 (83u)
static const uint8_t SS = 4 ;
static const uint8_t MOSI = 76 ;