From d997a2d438398f9beb7b05de752da585834780e1 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 24 Jul 2020 11:49:10 +0200 Subject: [PATCH] remove duplicate comment --- examples/ChangeUID/ChangeUID.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ChangeUID/ChangeUID.ino b/examples/ChangeUID/ChangeUID.ino index 8c0e4dc..0a3ed98 100644 --- a/examples/ChangeUID/ChangeUID.ino +++ b/examples/ChangeUID/ChangeUID.ino @@ -5,7 +5,6 @@ * This is a MFRC522 library example; for further details and other examples see: https://github.com/miguelbalboa/rfid * * This sample shows how to set the UID on a UID changeable MIFARE card. - * NOTE: for more informations read the README.rst * * @author Tom Clement * @license Released into the public domain.