Add Arduino Micro and Arduino Uno
This commit is contained in:
@ -19,7 +19,11 @@
|
||||
_BV(UCSZ ## N ## 1) | _BV(UCSZ ## N ## 0) \
|
||||
}
|
||||
|
||||
#if defined(__AVR_ATmega32U4__)
|
||||
#if defined(__AVR_ATmega328P__)
|
||||
static struct Uart UARTS[] = {
|
||||
UART(0)
|
||||
};
|
||||
#elif defined(__AVR_ATmega32U4__)
|
||||
static struct Uart UARTS[] = {
|
||||
UART(1)
|
||||
};
|
||||
|
Reference in New Issue
Block a user