Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details.

This commit is contained in:
martin.holst@gmail.com 2013-10-08 18:30:01 +00:00
parent 2dcdf1a683
commit ed77aabe00
3 changed files with 17 additions and 2 deletions

View file

@ -21,5 +21,6 @@ void SetLogFilename(char *fn);
extern double CursorScaleFactor;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
extern int offline;
extern int flushAfterWrite; //buzzy
#endif