Skip to content

Commit 353f828

Browse files
committed
small change in the macro that assign the serial pin to the Uno
1 parent f7b2e72 commit 353f828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/GSM/GSM3SoftSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The latest version of this library can always be found at
3838
#include <HardwareSerial.h>
3939
#include <Arduino.h>
4040

41-
#if defined(__AVR_ATmega328__)
41+
#if defined(__AVR_ATmega328P__)
4242
#define __TXPIN__ 3
4343
#define __RXPIN__ 2
4444
#define __RXINT__ 3

0 commit comments

Comments
 (0)