fix: StandAloneMode samyrun, proxbrute, - id values are unsigned
This commit is contained in:
@@ -16,7 +16,7 @@ void RunMod() {
|
|||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||||
|
|
||||||
int high[OPTS], low[OPTS];
|
uint32_t high[OPTS], low[OPTS];
|
||||||
int selected = 0;
|
int selected = 0;
|
||||||
int playing = 0;
|
int playing = 0;
|
||||||
int cardRead = 0;
|
int cardRead = 0;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ void RunMod() {
|
|||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||||
|
|
||||||
int high[OPTS], low[OPTS];
|
uint32_t high[OPTS], low[OPTS];
|
||||||
int selected = 0;
|
int selected = 0;
|
||||||
int playing = 0;
|
int playing = 0;
|
||||||
int cardRead = 0;
|
int cardRead = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user