Skip to content

Commit 9f3354c

Browse files
author
Wajahat Abbas
committed
Use SARA-G3XX family macro
1 parent f3d2439 commit 9f3354c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/UBLOX/AT/UBLOX_AT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ nsapi_error_t UBLOX_AT::init()
104104

105105
nsapi_error_t err = NSAPI_ERROR_OK;
106106

107-
#ifdef UBX_MDM_SARA_G350
107+
#ifdef UBX_MDM_SARA_G3XX
108108
err = _at->at_cmd_discard("+CFUN", "=0");
109109

110110
if (err == NSAPI_ERROR_OK) {

0 commit comments

Comments
 (0)