summaryrefslogtreecommitdiff
path: root/system.cpp
diff options
context:
space:
mode:
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