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:
parent
f7b2e72308
commit
353f828cb8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user