]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
comment change in config.h
authormarshmellow42 <marshmellowrf@gmail.com>
Sun, 14 Jun 2015 21:48:06 +0000 (17:48 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Sun, 14 Jun 2015 21:48:06 +0000 (17:48 -0400)
this line indicates potential platform compatibility issues

client/reveng/config.h

index 084c79ab423b9eca4b5720964e376a90607e6896..2f5108f0814531e3ab5775ae74d3357fa69822cd 100644 (file)
  * 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.
Impressum, Datenschutz