Skip to content

Commit

Permalink
Update ST25DVSensor.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Parata <[email protected]>
  • Loading branch information
cparata committed Jun 11, 2024
1 parent 1c7c60c commit a95f8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ST25DVSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int ST25DV::readUnabridgedURI(String *s)
return ret;
}

// If the URI is abbreivated return error
// If the URI is abbreviated return error
if (strncmp("", uri.protocol, 1) != 0) {
return ret; //NDEF_ERROR;
}
Expand Down

0 comments on commit a95f8c5

Please sign in to comment.