summaryrefslogtreecommitdiff
path: root/chip/mchp/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/clock.c')
-rw-r--r--chip/mchp/clock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/mchp/clock.c b/chip/mchp/clock.c
index 0323d16f8f..8732e21117 100644
--- a/chip/mchp/clock.c
+++ b/chip/mchp/clock.c
@@ -750,3 +750,7 @@ DECLARE_CONSOLE_COMMAND(
"Give a timeout value for the console in use timeout.\n"
"See also 'sleep mask'.");
#endif /* CONFIG_LOW_POWER_IDLE */
+
+void clock_enable_module(enum module_id module, int enable)
+{
+}