This commit is contained in:
iceman1001 2020-03-30 15:16:11 +02:00
parent 83a5ffbb10
commit 690a2b89e0

View file

@ -82,6 +82,8 @@ void LED_Slot(int i) {
void RunMod() {
StandAloneMode();
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
Dbprintf("[=] >> LF EM4100 simulator started <<");
int selected = 0; //selected slot after start
slots_count = sizeof(low) / sizeof(low[0]);
bba = BigBuf_get_addr();