Skip to content

Commit

Permalink
gh #44 L3 test case development
Browse files Browse the repository at this point in the history
Initialized global handle with correct value
  • Loading branch information
bhanucbp committed Dec 20, 2024
1 parent 429ac71 commit 10f60e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_l3_hdmi_cec_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10f60e8

Please sign in to comment.