Skip to content

Commit c0ffe28

Browse files
authored
Update SparkFun_u-blox_SARA-R5_Arduino_Library.cpp
1 parent 2a1eeb2 commit c0ffe28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ bool SARA_R5::begin(HardwareSerial &hardSerial, unsigned long baud)
164164

165165
_hardSerial = &hardSerial;
166166

167-
_hardSerial->begin(baud)
168-
169167
err = init(baud);
170168
if (err == SARA_R5_ERROR_SUCCESS)
171169
{

0 commit comments

Comments
 (0)