mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
dd340c60a2
commit
5768ae9395
1 changed files with 13 additions and 15 deletions
|
@ -81,8 +81,7 @@ void ModInfo(void){
|
||||||
DbpString(_YELLOW_(" HF Mifare Classic simulation mode") " - a.k.a MFCSIM");
|
DbpString(_YELLOW_(" HF Mifare Classic simulation mode") " - a.k.a MFCSIM");
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunMod(void)
|
void RunMod(void) {
|
||||||
{
|
|
||||||
//initializing
|
//initializing
|
||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
|
@ -90,8 +89,7 @@ void RunMod(void)
|
||||||
Dbprintf(_YELLOW_("Standalone mode MFCSIM started!"));
|
Dbprintf(_YELLOW_("Standalone mode MFCSIM started!"));
|
||||||
|
|
||||||
bool flag_has_dumpfile = false;
|
bool flag_has_dumpfile = false;
|
||||||
for (int i = 1;; i++)
|
for (int i = 1;; i++) {
|
||||||
{
|
|
||||||
//Exit! usbcommand break
|
//Exit! usbcommand break
|
||||||
if (data_available()) break;
|
if (data_available()) break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue