mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
rework start screen to be shorter
This commit is contained in:
parent
2671795b8b
commit
652affbfb1
5 changed files with 218 additions and 3 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
extern struct version_information_t g_version_information;
|
||||
void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_info);
|
||||
void format_version_information_short(char *dst, int len, void *version_info);
|
||||
|
||||
uint32_t reflect(uint32_t v, int b); // used in crc.c ...
|
||||
uint8_t reflect8(uint8_t b); // dedicated 8bit reversal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue