From 72e1bef06c45f4376c84a038ff29a1aa0a7628b8 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 24 Jul 2020 11:50:05 +0200 Subject: [PATCH] remove duplicate comment --- examples/firmware_check/firmware_check.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/firmware_check/firmware_check.ino b/examples/firmware_check/firmware_check.ino index 943ce5b..ed3bc1c 100644 --- a/examples/firmware_check/firmware_check.ino +++ b/examples/firmware_check/firmware_check.ino @@ -6,7 +6,6 @@ * * This example test the firmware of your MFRC522 reader module, only known version can be checked. If the test passed * it do not mean that your module is faultless! Some modules have bad or broken antennas or the PICC is broken. - * NOTE: for more informations read the README.rst * * @author Rotzbua * @license Released into the public domain.