mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 09:59:45 +08:00
comment change in config.h
this line indicates potential platform compatibility issues
This commit is contained in:
parent
330f65fbaf
commit
9c823c1c87
1 changed files with 7 additions and 3 deletions
|
@ -61,9 +61,13 @@
|
|||
* specific.
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#define PRESETS 1 //
|
||||
#endif
|
||||
|
||||
// PM3 NOTES:
|
||||
// only PRESETS tested on windows
|
||||
// PRESETS was commented out of original code
|
||||
// but to enable preset models it must be enabled
|
||||
// (marshmellow)
|
||||
#define PRESETS 1
|
||||
|
||||
|
||||
/* Macros defining the size of a bmp_t.
|
||||
|
|
Loading…
Reference in a new issue