mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
chg: and remove link to FPC code
This commit is contained in:
parent
392161e20e
commit
a32052b5e6
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ APP_CFLAGS = -DWITH_CRC \
|
|||
### IMPORTANT - move the commented variable below this line
|
||||
# -DWITH_LCD \
|
||||
# -DWITH_EMV \
|
||||
# -DWITH_FPC \
|
||||
#
|
||||
# Standalone Mods
|
||||
#-------------------------------------------------------
|
||||
|
@ -55,7 +56,7 @@ SRC_ICLASS = iclass.c optimized_cipher.c
|
|||
SRC_LEGIC = legicrf.c legic_prng.c
|
||||
SRC_FLASH = flashmem.c
|
||||
SRC_SMARTCARD = i2c.c
|
||||
SRC_FPC = usart.c
|
||||
#SRC_FPC = usart.c
|
||||
SRC_BEE = bee.c
|
||||
|
||||
#the FPGA bitstream files. Note: order matters!
|
||||
|
|
Loading…
Reference in a new issue