From 37338e2ad8ca226119121432b65f6c61134e60ac Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 18 Mar 2020 20:35:15 +0100 Subject: Fix firmware dsss decoding bug This is my #1 top dumbest bug like ever --- controller/fw/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controller/fw/src/main.c') diff --git a/controller/fw/src/main.c b/controller/fw/src/main.c index 814c723..d2795df 100644 --- a/controller/fw/src/main.c +++ b/controller/fw/src/main.c @@ -213,6 +213,8 @@ int main(void) GPIOA->MODER |= (1<BSRR = 1<<7; GPIOA->BSRR = 1<<12; - dsss_demod_init(&demod_state); dsss_demod_step(&demod_state, out, freq_sample_ts); GPIOA->BSRR = 1<<12<<16; } -- cgit