summaryrefslogtreecommitdiff
path: root/controller/fw/src/dsss_demod.h
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-06 12:39:21 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-06 12:39:21 +0100
commit55ebbcbdbc6d9513012a60a143c92eddb90f631d (patch)
tree3a561fc6c1858eeee93ad2a086a774587b9ab0a3 /controller/fw/src/dsss_demod.h
parente4693349cf862f8c609a0a7586b24d703486fff9 (diff)
downloadmaster-thesis-55ebbcbdbc6d9513012a60a143c92eddb90f631d.tar.gz
master-thesis-55ebbcbdbc6d9513012a60a143c92eddb90f631d.tar.bz2
master-thesis-55ebbcbdbc6d9513012a60a143c92eddb90f631d.zip
Finish DSSS demodulation stage 1
Diffstat (limited to 'controller/fw/src/dsss_demod.h')
-rw-r--r--controller/fw/src/dsss_demod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/fw/src/dsss_demod.h b/controller/fw/src/dsss_demod.h
index 8ab5cac..b6947bc 100644
--- a/controller/fw/src/dsss_demod.h
+++ b/controller/fw/src/dsss_demod.h
@@ -36,7 +36,7 @@ struct dsss_demod_state {
};
#ifdef SIMULATION
-void dsss_demod_step(struct dsss_demod_state *st, float new_value, size_t sim_pos);
+void dsss_demod_step(struct dsss_demod_state *st, float new_value, size_t sim_pos, int record_channel);
#else /* SIMULATION */
void dsss_demod_step(struct dsss_demod_state *st, float new_value);
#endif /* SIMULATION */