1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

small change in the macro that assign the serial pin to the Uno

This commit is contained in:
Fede85 2013-03-11 12:47:50 +01:00
parent f7b2e72308
commit 353f828cb8

View File

@ -38,7 +38,7 @@ https://github.com/BlueVia/Official-Arduino
#include <HardwareSerial.h>
#include <Arduino.h>
#if defined(__AVR_ATmega328__)
#if defined(__AVR_ATmega328P__)
#define __TXPIN__ 3
#define __RXPIN__ 2
#define __RXINT__ 3