From dd1ec1f68c1f432920577e552f17eb92176e489a Mon Sep 17 00:00:00 2001 From: Kantipudi-Supriya Date: Fri, 17 Jan 2025 16:17:00 +0530 Subject: [PATCH] Modified the device name --- projects/ad559xr_console/app/app_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ad559xr_console/app/app_config.h b/projects/ad559xr_console/app/app_config.h index 1cb045482..c9ef9ce67 100644 --- a/projects/ad559xr_console/app/app_config.h +++ b/projects/ad559xr_console/app/app_config.h @@ -36,7 +36,7 @@ // The ACTIVE_DEVICE is default set to AD5592R, if device type is not defined. #if !defined(ACTIVE_DEVICE) -#define ACTIVE_DEVICE DEV_AD5592R +#define ACTIVE_DEVICE DEV_AD5593R #endif /**