summaryrefslogtreecommitdiff
path: root/totem/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'totem/halconf.h')
-rw-r--r--totem/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/totem/halconf.h b/totem/halconf.h
new file mode 100644
index 0000000..58f0849
--- /dev/null
+++ b/totem/halconf.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#define HAL_USE_I2C TRUE
+#define HAL_USE_PWM TRUE
+#define HAL_USE_PAL TRUE
+
+#include_next <halconf.h>