aboutsummaryrefslogtreecommitdiff
path: root/center_fw/adc.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-05-12 13:41:00 +0900
committerjaseg <git@jaseg.net>2019-05-12 13:41:00 +0900
commitd83285ef7a04c3b385bd3857ec98847b532b7f35 (patch)
tree04f6a23140b737896c1d79dc8166a9f0976d044e /center_fw/adc.h
parentad74e9dd117dc30fc94e820798ecb4cd9af18466 (diff)
download8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.tar.gz
8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.tar.bz2
8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.zip
Fixup receiver timeout setting, add some doc
Diffstat (limited to 'center_fw/adc.h')
-rw-r--r--center_fw/adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/center_fw/adc.h b/center_fw/adc.h
index 105fde5..906cb7f 100644
--- a/center_fw/adc.h
+++ b/center_fw/adc.h
@@ -85,7 +85,7 @@ extern volatile struct adc_measurements adc_data;
void adc_init(void);
void adc_configure_scope_mode(uint8_t channel_mask, int sampling_interval_ns);
-void adc_configure_monitor_mode(const struct command_if_def *cmd_if, int ivl_us);
+void adc_configure_monitor_mode(const struct command_if_def *cmd_if);
void bit_detector(struct bit_detector_st *st, int a);
void receive_bit(struct bit_detector_st *st, int bit);