mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
ef348a2aa0
commit
0ff41fa652
10 changed files with 41 additions and 41 deletions
|
@ -73,7 +73,7 @@ void ModInfo(void) {
|
|||
|
||||
void RunMod() {
|
||||
StandAloneMode();
|
||||
DbpString("");
|
||||
DbpString("");
|
||||
Dbprintf(_YELLOW_(">>> ") " Relaying ISO/14443A data over Bluetooth a.k.a. reblay Started " _YELLOW_("<<<"));
|
||||
DbpString("");
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
|
@ -286,7 +286,7 @@ void RunMod() {
|
|||
int retval = PM3_SUCCESS;
|
||||
|
||||
// Bluetooth response
|
||||
uint8_t resp = 0;
|
||||
uint8_t resp = 0;
|
||||
lenpacket = 0;
|
||||
|
||||
// Keep track of last terminal type command
|
||||
|
@ -357,7 +357,7 @@ void RunMod() {
|
|||
DbpString(_YELLOW_("!!") " Avoiding request - Bluetooth data already in memory!!");
|
||||
}
|
||||
} else {
|
||||
if (g_dbglevel == DBG_DEBUG ) {
|
||||
if (g_dbglevel == DBG_DEBUG) {
|
||||
DbpString("[ "_YELLOW_("Card reader command") " ]");
|
||||
Dbhexdump(len - 2, &receivedCmd[1], false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue