mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07: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.
|
* All standalone mod "main loop" should be the RunMod() function.
|
||||||
* Since the standalone is either LF or HF, the somewhat bisarr defines below exists.
|
* 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();
|
RunMod();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue