mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 01:06:37 +08:00
no inline
This commit is contained in:
parent
b12727349b
commit
49f49288a6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ struct common_area common_area __attribute__((section(".commonarea")));
|
|||
static int button_status = BUTTON_NO_CLICK;
|
||||
static bool allow_send_wtx = false;
|
||||
|
||||
inline void send_wtx(uint16_t wtx) {
|
||||
void send_wtx(uint16_t wtx) {
|
||||
if (allow_send_wtx) {
|
||||
reply_ng(CMD_WTX, PM3_SUCCESS, (uint8_t *)&wtx, sizeof(wtx));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue