From 8c880e4a3ffb34764230bba7de15ba417e67c8ff Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 8 Jun 2025 16:10:09 +0200 Subject: [PATCH] missed this one --- tools/fpga_compress/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/fpga_compress/Makefile b/tools/fpga_compress/Makefile index 324860995..92af2739e 100644 --- a/tools/fpga_compress/Makefile +++ b/tools/fpga_compress/Makefile @@ -11,6 +11,8 @@ MYINCLUDES = -I../../common_fpga MYCFLAGS = -std=c99 -D_ISOC99_SOURCE ifeq ($(PLATFORM),PM3ICOPYX) MYDEFS = -DXC3 +else ifeq ($(PLATFORM),PM3ULTIMATE) + MYDEFS = -DXC2S50 else MYDEFS = endif