From 10f60e81a3327b9714100202f36d22509d4f9817 Mon Sep 17 00:00:00 2001 From: bhanucbp <141142298+bhanucbp@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:21:13 +0000 Subject: [PATCH] gh #44 L3 test case development Initialized global handle with correct value --- src/test_l3_hdmi_cec_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_l3_hdmi_cec_driver.c b/src/test_l3_hdmi_cec_driver.c index 27799c3..68105f2 100644 --- a/src/test_l3_hdmi_cec_driver.c +++ b/src/test_l3_hdmi_cec_driver.c @@ -192,7 +192,7 @@ typedef enum HDMI_CEC_DEVICE_TYPE_t static int32_t gTestGroup = 3; static int32_t gTestID = 1; -static int32_t gHandle = 1; +static int32_t gHandle = 0; static int32_t gLogicalAddress = -1; static uint32_t gPhysicalAddress = -1; static uint8_t *gPhysicalAddressBytes;