From 7d7a5e873b29b657059fbab7055614295182b925 Mon Sep 17 00:00:00 2001 From: Matt Weaver Date: Fri, 27 May 2022 13:40:09 -0700 Subject: [PATCH] Disable XVC --- firmware/targets/xpm_noRTM/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/targets/xpm_noRTM/Makefile b/firmware/targets/xpm_noRTM/Makefile index 47ccd3c..dd96fbf 100644 --- a/firmware/targets/xpm_noRTM/Makefile +++ b/firmware/targets/xpm_noRTM/Makefile @@ -41,7 +41,7 @@ export PRJ_VERSION = 0x00000025 # AMC_ADV_BUILD is defined by application export AMC_ADV_BUILD = 1 export TIMING_EXT_PKG = 1 -export USE_XVC_DEBUG = 1 +export USE_XVC_DEBUG = 0 ########################################################################################## # Applications must define if using zone3 (RTM) ETH (instead of zone2 ETH)