summaryrefslogtreecommitdiff
path: root/totem/halconf.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-04-13 12:04:24 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-04-13 12:04:24 +0200
commitf6735a8d5865e193cd6383a1697626359f590039 (patch)
treeb1c92ed615e47d1a494d2b9f87708a548100e319 /totem/halconf.h
parent38d7e5910378c311fbc0b429151ca95b0d613062 (diff)
add initial totem stuff
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>