mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
remove missing usage of define
This commit is contained in:
parent
76b18f944a
commit
283a3e44ed
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ serial_port uart_open(const char *pcPortName, uint32_t speed, bool slient) {
|
||||||
sp->tiNew.c_cc[VERASE] = 0; /* del */
|
sp->tiNew.c_cc[VERASE] = 0; /* del */
|
||||||
sp->tiNew.c_cc[VKILL] = 0; /* @ */
|
sp->tiNew.c_cc[VKILL] = 0; /* @ */
|
||||||
sp->tiNew.c_cc[VEOF] = 4; /* Ctrl-d */
|
sp->tiNew.c_cc[VEOF] = 4; /* Ctrl-d */
|
||||||
sp->tiNew.c_cc[VSWTC] = 0; /* '\0' */
|
|
||||||
sp->tiNew.c_cc[VSTART] = 0; /* Ctrl-q */
|
sp->tiNew.c_cc[VSTART] = 0; /* Ctrl-q */
|
||||||
sp->tiNew.c_cc[VSTOP] = 0; /* Ctrl-s */
|
sp->tiNew.c_cc[VSTOP] = 0; /* Ctrl-s */
|
||||||
sp->tiNew.c_cc[VSUSP] = 0; /* Ctrl-z */
|
sp->tiNew.c_cc[VSUSP] = 0; /* Ctrl-z */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue