aboutsummaryrefslogtreecommitdiff
path: root/firmware/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/stubs.cpp')
-rw-r--r--firmware/stubs.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/stubs.cpp b/firmware/stubs.cpp
deleted file mode 100644
index c7782ca..0000000
--- a/firmware/stubs.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <Arduino.h>
-
-
-void runRFCaptureFeature()
-{
- Serial.println("RF Capture not implemented yet");
-}
-
-
-void runBLEScanFeature()
-{
- Serial.println("BLE Scan not implemented yet");
-}