diff options
author | jaseg <git@jaseg.net> | 2019-05-12 13:41:00 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-05-12 13:41:00 +0900 |
commit | d83285ef7a04c3b385bd3857ec98847b532b7f35 (patch) | |
tree | 04f6a23140b737896c1d79dc8166a9f0976d044e /center_fw/8seg_protocol.c | |
parent | ad74e9dd117dc30fc94e820798ecb4cd9af18466 (diff) | |
download | 8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.tar.gz 8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.tar.bz2 8seg-d83285ef7a04c3b385bd3857ec98847b532b7f35.zip |
Fixup receiver timeout setting, add some doc
Diffstat (limited to 'center_fw/8seg_protocol.c')
-rw-r--r-- | center_fw/8seg_protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/center_fw/8seg_protocol.c b/center_fw/8seg_protocol.c index 0d0a2eb..ef90800 100644 --- a/center_fw/8seg_protocol.c +++ b/center_fw/8seg_protocol.c @@ -23,7 +23,7 @@ volatile union { } tx_buf; void protocol_init() { - adc_configure_monitor_mode(&cmd_if.cmd_if, 20 /*us*/); + adc_configure_monitor_mode(&cmd_if.cmd_if); tx_init((uint8_t *)&tx_buf); } |