mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 04:49:38 -07: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.
|
* specific.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define PRESETS 1 //
|
// PM3 NOTES:
|
||||||
#endif
|
// 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.
|
/* Macros defining the size of a bmp_t.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue