summaryrefslogtreecommitdiff
path: root/chip/host/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/clock.c')
-rw-r--r--chip/host/clock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/host/clock.c b/chip/host/clock.c
index 4f90067f3a..defb12f4f0 100644
--- a/chip/host/clock.c
+++ b/chip/host/clock.c
@@ -11,3 +11,7 @@ int clock_get_freq(void)
{
return 16000000;
}
+
+void clock_enable_module(enum module_id module, int enable)
+{
+}