mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
FIX: OSX disable app-nap during serial comm (@anticat)
https://github.com/Proxmark/proxmark3/pull/687
This commit is contained in:
parent
97c0729289
commit
7d09a466fb
6 changed files with 83 additions and 5 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "common.h"
|
||||
#include "util_posix.h"
|
||||
#include "util.h"
|
||||
#include "util_darwin.h"
|
||||
|
||||
#if defined(__linux__) && !defined(NO_UNLINK)
|
||||
#include <unistd.h> // for unlink()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue