summaryrefslogtreecommitdiff
path: root/totem/mcuconf.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/mcuconf.h
parent38d7e5910378c311fbc0b429151ca95b0d613062 (diff)
add initial totem stuff
Diffstat (limited to 'totem/mcuconf.h')
-rw-r--r--totem/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/totem/mcuconf.h b/totem/mcuconf.h
new file mode 100644
index 0000000..c7d2f69
--- /dev/null
+++ b/totem/mcuconf.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef RP_PWM_USE_PWM4
+#define RP_PWM_USE_PWM4 TRUE
+
+#undef RP_PWM_USE_TIM1
+#define RP_PWM_USE_TIM1 TRUE