mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix few missing declarations -> static or add include file
This commit is contained in:
parent
390d0ab525
commit
07cf3fd32b
12 changed files with 19 additions and 11 deletions
|
@ -650,7 +650,7 @@ bool HIDPack(int format_idx, wiegand_card_t *card, wiegand_message_t *packed) {
|
|||
return FormatTable[format_idx].Pack(card, packed);
|
||||
}
|
||||
|
||||
void HIDDisplayUnpackedCard(wiegand_card_t *card, const cardformat_t format) {
|
||||
static void HIDDisplayUnpackedCard(wiegand_card_t *card, const cardformat_t format) {
|
||||
|
||||
/*
|
||||
PrintAndLogEx(SUCCESS, " Format: %s (%s)", format.Name, format.Descrp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue