diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-29 22:00:26 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-29 22:00:26 +0200 |
| commit | 82620f74d6e40617b725dcb8e50cdd94eb3e3e86 (patch) | |
| tree | f3c7e118b85cdf711617a1c1b82f61545c6ccd6c /system.cpp | |
| parent | d7c2a8029c4aefc295719174a863129645d6ab99 (diff) | |
| download | throttle-quadrant-82620f74d6e40617b725dcb8e50cdd94eb3e3e86.tar.xz throttle-quadrant-82620f74d6e40617b725dcb8e50cdd94eb3e3e86.zip | |
Diffstat (limited to 'system.cpp')
| -rw-r--r-- | system.cpp | 11 |
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 |
