From c1f742dfe59d4c7dde1b1d715b52c56e489ebd79 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 29 Oct 2017 03:47:00 +0100 Subject: [PATCH] CHG: updade some define and helptext --- armsrc/Standalone/lf_hidbrute.h | 9 +++++---- armsrc/Standalone/readme.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/armsrc/Standalone/lf_hidbrute.h b/armsrc/Standalone/lf_hidbrute.h index 5a7bf32dc..4cd2d5631 100644 --- a/armsrc/Standalone/lf_hidbrute.h +++ b/armsrc/Standalone/lf_hidbrute.h @@ -1,5 +1,7 @@ //----------------------------------------------------------------------------- // Samy Kamkar 2012 +// Federico Dotta, 2015 +// Maurizio Agazzini, 2015 // Christian Herrmann, 2017 // // This code is licensed to you under the terms of the GNU GPL, version 2 or, @@ -9,10 +11,9 @@ // StandAlone Mod //----------------------------------------------------------------------------- -#ifndef __LF_SAMYRUN_H -#define __LF_SAMYRUN_H +#ifndef __LF_HIDBRUTE_H +#define __LF_HIDBRUTE_H -//#include // for bool #include "standalone.h" // standalone definitions #include "apps.h" // debugstatements, lfops? @@ -20,4 +21,4 @@ void hid_corporate_1000_calculate_checksum_and_set( uint32_t *high, uint32_t *low, uint32_t cardnum, uint32_t fc); -#endif /* __LF_SAMYRUN_H */ \ No newline at end of file +#endif /* __LF_HIDBRUTE_H */ \ No newline at end of file diff --git a/armsrc/Standalone/readme.md b/armsrc/Standalone/readme.md index ac49b60d8..b2b31d77e 100644 --- a/armsrc/Standalone/readme.md +++ b/armsrc/Standalone/readme.md @@ -19,7 +19,7 @@ Samples: ### -DWITH_LF_ICERUN ### -DWITH_LF_SAMYRUN ### -DWITH_LF_PROXBRUTE -### -DWITH_LF_HIDCORP +### -DWITH_LF_HIDBRUTE ### -DWITH_HF_YOUNG ### -DWITH_HF_MATTYRUN