summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/target/firmware/include/layer1/toa.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmoconbb/src/target/firmware/include/layer1/toa.h')
-rw-r--r--Src/osmoconbb/src/target/firmware/include/layer1/toa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Src/osmoconbb/src/target/firmware/include/layer1/toa.h b/Src/osmoconbb/src/target/firmware/include/layer1/toa.h
deleted file mode 100644
index dea9dd9..0000000
--- a/Src/osmoconbb/src/target/firmware/include/layer1/toa.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _L1_TOA_H
-#define _L1_TOA_H
-
-/* Input a qbits error sample into the TOA averaging */
-void toa_input(int32_t offset, uint32_t snr);
-
-/* Reset the TOA counters */
-void toa_reset(void);
-
-#endif