From a95f8c5f7b2b255ee2932327daad040bb3fb8943 Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Tue, 11 Jun 2024 09:26:27 +0200 Subject: [PATCH] Update ST25DVSensor.cpp Signed-off-by: Carlo Parata --- src/ST25DVSensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ST25DVSensor.cpp b/src/ST25DVSensor.cpp index d7ca549..e124098 100755 --- a/src/ST25DVSensor.cpp +++ b/src/ST25DVSensor.cpp @@ -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; }