From eeef70cd7a299bd1e9ebf78c2f397c1e9874dbeb Mon Sep 17 00:00:00 2001 From: Tifer King Date: Fri, 25 Apr 2025 05:35:12 +0800 Subject: [PATCH] Modify default preset --- LMK_Preset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LMK_Preset.h b/LMK_Preset.h index 9caf85c..bc54640 100644 --- a/LMK_Preset.h +++ b/LMK_Preset.h @@ -10,8 +10,8 @@ #include "LMK_ClockTree.h" -//#define LMK_PRESET_NONE -#define LMK_PRESET_IW_RFSOC_2T2R_INTERNAL +#define LMK_PRESET_NONE +//#define LMK_PRESET_IW_RFSOC_2T2R_INTERNAL //#define LMK_PRESET_IW_RFSOC_2T2R_EXTERNAL int LMK_ConfigPreset(LMK_Config *DevConfig, LMK_Simple *SimpleConfig);