Skip to content

Commit

Permalink
make the new function public in LayerFreeRTOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Jan 7, 2025
1 parent a857d3b commit 2e52e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system/SystemLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ class DLL_EXPORT Layer

class LayerFreeRTOS : public Layer
{
public:
CHIP_ERROR RunOnMatterContext(std::function<CHIP_ERROR()>);
};

Expand Down

0 comments on commit 2e52e5e

Please sign in to comment.