mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: the thread comms refactoring from offical pm3 repo
chg: FPC com speed limited to 115200 when compiled with FPC chg: USART remake (@drandreas)
This commit is contained in:
parent
eb0b5116a2
commit
24eaac8681
45 changed files with 915 additions and 949 deletions
|
@ -37,14 +37,13 @@ extern void PrintAndLog(char *fmt, ...);
|
|||
void PrintAndLogOptions(char *str[][2], size_t size, size_t space);
|
||||
void PrintAndLogEx(logLevel_t level, char *fmt, ...);
|
||||
extern void SetLogFilename(char *fn);
|
||||
void SetFlushAfterWrite(bool value);
|
||||
|
||||
extern double CursorScaleFactor;
|
||||
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
|
||||
extern bool GridLocked;
|
||||
extern bool showDemod;
|
||||
|
||||
extern int offline;
|
||||
extern int g_flushAfterWrite; //buzzy
|
||||
//extern uint8_t g_debugMode;
|
||||
|
||||
extern pthread_mutex_t print_lock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue