mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
style
This commit is contained in:
parent
ffd03dadaa
commit
21a7de38b8
5 changed files with 96 additions and 97 deletions
|
|
@ -2201,8 +2201,7 @@ char *GetModulationStr(uint32_t id, bool xmode) {
|
|||
return buf;
|
||||
}
|
||||
|
||||
char *GetDownlinkModeStr (uint8_t downlink_mode)
|
||||
{
|
||||
char *GetDownlinkModeStr(uint8_t downlink_mode) {
|
||||
static char buf[30];
|
||||
char *retStr = buf;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue