Skip to content

Commit

Permalink
move AttemptToGetTimeFromTrustedNode out of TIME_SYNC_ENABLE_TSC_FEAT…
Browse files Browse the repository at this point in the history
…URE since it is called out of TIME_SYNC_ENABLE_TSC_FEATURE blocks (#34273)
  • Loading branch information
mykrupp authored Jul 11, 2024
1 parent f83d67b commit 7050e90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ class TimeSynchronizationServer : public FabricTable::Delegate
void OnAttributeData(const ConcreteDataAttributePath & aPath, TLV::TLVReader * apData, const StatusIB & aStatus) override;
void OnDone(ReadClient * apReadClient) override;

CHIP_ERROR AttemptToGetTimeFromTrustedNode();
#endif

CHIP_ERROR AttemptToGetTimeFromTrustedNode();

// Platform event handler functions
void OnPlatformEventFn(const DeviceLayer::ChipDeviceEvent & event);

Expand Down

0 comments on commit 7050e90

Please sign in to comment.