summaryrefslogtreecommitdiff
path: root/system.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-29 22:00:26 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-29 22:00:26 +0200
commit82620f74d6e40617b725dcb8e50cdd94eb3e3e86 (patch)
treef3c7e118b85cdf711617a1c1b82f61545c6ccd6c /system.cpp
parentd7c2a8029c4aefc295719174a863129645d6ab99 (diff)
downloadthrottle-quadrant-82620f74d6e40617b725dcb8e50cdd94eb3e3e86.tar.xz
throttle-quadrant-82620f74d6e40617b725dcb8e50cdd94eb3e3e86.zip
tq: rewrite for shift register semanticsHEADmaster
Diffstat (limited to 'system.cpp')
-rw-r--r--system.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/system.cpp b/system.cpp
deleted file mode 100644
index d130d66..0000000
--- a/system.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "system.hpp"
-
-#include <Arduino.h>
-
-namespace tq::system {
-
-// Abort compilation if the interrupt pin is not valid
-static_assert(digitalPinToInterrupt(data_ready_signal_pin) != -1,
- "The selected pin is not a valid interrupt source!");
-
-} \ No newline at end of file