Skip to content

Commit

Permalink
fix(monitor): fix monitor priv_requires tabulate to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Mar 5, 2024
1 parent 120ea10 commit 97e3b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/monitor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
idf_component_register(
INCLUDE_DIRS "include"
PRIV_REQUIRES base_component task tabulate)
REQUIRES base_component task tabulate)

0 comments on commit 97e3b09

Please sign in to comment.