mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
FIX: spelled wrong. downside with working in notepad++
This commit is contained in:
parent
573a312130
commit
6aec2f5951
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
|||
* All standalone mod "main loop" should be the RunMod() function.
|
||||
* Since the standalone is either LF or HF, the somewhat bisarr defines below exists.
|
||||
*/
|
||||
#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) || define (WITH_LF_PROXBRUTE) )
|
||||
#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) || defined (WITH_LF_PROXBRUTE) )
|
||||
RunMod();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue