fix: remove all traces of fpga_nfc...

This commit is contained in:
iceman1001 2017-10-20 22:01:10 +02:00
commit 55e87490cf
3 changed files with 2 additions and 6 deletions

View file

@ -35,11 +35,10 @@ void SetAdcMuxFor(uint32_t whichGpio);
extern void switch_off();
// definitions for multiple FPGA config files support
#define FPGA_BITSTREAM_MAX 3 // the total number of FPGA bitstreams (configs)
#define FPGA_BITSTREAM_MAX 2 // the total number of FPGA bitstreams (configs)
#define FPGA_BITSTREAM_ERR 0
#define FPGA_BITSTREAM_LF 1
#define FPGA_BITSTREAM_HF 2
#define FPGA_BITSTREAM_NFC 3
// Definitions for the FPGA commands.
#define FPGA_CMD_SET_CONFREG (1<<12)