CHG: updade some define and helptext

This commit is contained in:
iceman1001 2017-10-29 03:47:00 +01:00
parent fab1b64760
commit c1f742dfe5
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Samy Kamkar 2012 // Samy Kamkar 2012
// Federico Dotta, 2015
// Maurizio Agazzini, 2015
// Christian Herrmann, 2017 // Christian Herrmann, 2017
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This code is licensed to you under the terms of the GNU GPL, version 2 or,
@ -9,10 +11,9 @@
// StandAlone Mod // StandAlone Mod
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef __LF_SAMYRUN_H #ifndef __LF_HIDBRUTE_H
#define __LF_SAMYRUN_H #define __LF_HIDBRUTE_H
//#include <stdbool.h> // for bool
#include "standalone.h" // standalone definitions #include "standalone.h" // standalone definitions
#include "apps.h" // debugstatements, lfops? #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); void hid_corporate_1000_calculate_checksum_and_set( uint32_t *high, uint32_t *low, uint32_t cardnum, uint32_t fc);
#endif /* __LF_SAMYRUN_H */ #endif /* __LF_HIDBRUTE_H */

View file

@ -19,7 +19,7 @@ Samples:
### -DWITH_LF_ICERUN ### -DWITH_LF_ICERUN
### -DWITH_LF_SAMYRUN ### -DWITH_LF_SAMYRUN
### -DWITH_LF_PROXBRUTE ### -DWITH_LF_PROXBRUTE
### -DWITH_LF_HIDCORP ### -DWITH_LF_HIDBRUTE
### -DWITH_HF_YOUNG ### -DWITH_HF_YOUNG
### -DWITH_HF_MATTYRUN ### -DWITH_HF_MATTYRUN