make/cmake add common_fpga

This commit is contained in:
Philippe Teuwen
2020-04-19 13:00:35 +02:00
parent 2676740fb3
commit 07f3022aa6
4 changed files with 3 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
#include "ui.h"
#include "cmddata.h"
#include "graph.h"
#include "../../common_fpga/fpga.h"
#include "fpga.h"
static int CmdHelp(const char *Cmd);

View File

@@ -4,9 +4,6 @@
#include "common.h"
#include "mifare.h" // structs
#include "crc32.h"
//#include "../../armsrc/printf.h"
//#include "../../armsrc/desfire.h"
//#include "../../armsrc/iso14443a.h"
#define MAX_CRYPTO_BLOCK_SIZE 16