Skip to content

Commit

Permalink
RDK-55945: sync code base to Stable2
Browse files Browse the repository at this point in the history
Reason for change: Fix Build Issue
Test Procedure: L1/L2 test and no change in functionality
Risks: Low
Signed-off-by: c.shivabhaskar97@gmail.com
  • Loading branch information
shivabhaskar committed Feb 24, 2025
1 parent b09fa5d commit 9b7b385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/ccspinterface/rbusInterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ static rbusError_t dcmOnDemandMethodHandler(rbusHandle_t handle, char const* met
return RBUS_ERROR_ASYNC_RESPONSE ;
}

#ifdef DCMAGENT
static void rbusReloadConf(rbusHandle_t handle,
rbusEvent_t const* event,
rbusEventSubscription_t* subscription)
Expand Down Expand Up @@ -1000,7 +1001,7 @@ T2ERROR publishEventsDCMProcConf()
T2Debug("%s --out\n", __FUNCTION__);
return status;
}

#endif


T2ERROR registerRbusT2EventListener(TelemetryEventCallback eventCB)
Expand Down

0 comments on commit 9b7b385

Please sign in to comment.