1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03: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 <HardwareSerial.h>
#include <Arduino.h> #include <Arduino.h>
#if defined(__AVR_ATmega328__) #if defined(__AVR_ATmega328P__)
#define __TXPIN__ 3 #define __TXPIN__ 3
#define __RXPIN__ 2 #define __RXPIN__ 2
#define __RXINT__ 3 #define __RXINT__ 3