Skip to content

Commit c1ed11d

Browse files
authored
Update SparkFun_u-blox_SARA-R5_Arduino_Library.h
1 parent 2cbe2fb commit c1ed11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ class SARA_R5 : public Print
582582
#ifdef SARA_R5_SOFTWARE_SERIAL_ENABLED
583583
bool begin(SoftwareSerial &softSerial, unsigned long baud = 9600);
584584
#endif
585-
bool begin(HardwareSerial &hardSerial, unsigned long baud = 9600, bool doBegin = true);
585+
bool begin(HardwareSerial &hardSerial, unsigned long baud = 9600);
586586

587587
// Debug prints
588588
void enableDebugging(Print &debugPort = Serial); //Turn on debug printing. If user doesn't specify then Serial will be used.

0 commit comments

Comments
 (0)