make style

This commit is contained in:
Ray Lee 2021-08-14 10:59:50 +08:00
commit 5768ae9395

View file

@ -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;