CHG: dropfield when CL is used.

This commit is contained in:
iceman1001 2019-01-29 15:42:31 +01:00
commit c419f7bf37
3 changed files with 27 additions and 23 deletions

View file

@ -178,6 +178,14 @@
}
#endif
#ifndef DropFieldEx
#define DropFieldEx(x) { \
if ( (x) == ECC_CONTACTLESS) { \
DropField(); \
} \
}
#endif
extern uint8_t g_debugMode;
extern int ukbhit(void);