Skip to content

Commit 3a8f647

Browse files
committed
merge issue
1 parent 5da577e commit 3a8f647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ int SARA_R5::socketOpen(SARA_R5_socket_protocol_t protocol, unsigned int localPo
27052705
return sockId;
27062706
}
27072707

2708-
$SARA_R5_error_t SARA_R5::socketSetSecure(int profile, bool secure, int secprofile)
2708+
SARA_R5_error_t SARA_R5::socketSetSecure(int profile, bool secure, int secprofile)
27092709
{
27102710
SARA_R5_error_t err;
27112711
char *command = sara_r5_calloc_char(strlen(SARA_R5_SECURE_SOCKET) + 32);

0 commit comments

Comments
 (0)