summaryrefslogtreecommitdiff
path: root/controller/fw/src/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'controller/fw/src/protocol.c')
-rw-r--r--controller/fw/src/protocol.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/fw/src/protocol.c b/controller/fw/src/protocol.c
new file mode 100644
index 0000000..17020bd
--- /dev/null
+++ b/controller/fw/src/protocol.c
@@ -0,0 +1,7 @@
+
+#include "sr_global.h"
+#include "dsss_demod.h"
+
+void handle_dsss_received(uint8_t unused_a data[static TRANSMISSION_SYMBOLS]) {
+ asm volatile ("bkpt");
+}