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:
@ -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
|
||||
|
Reference in New Issue
Block a user