]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Excessive record from rpp_can_ctrl_config structure removed
authorMichal Horn <hornmich@fel.cvut.cz>
Thu, 9 Oct 2014 13:56:31 +0000 (15:56 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Thu, 9 Oct 2014 13:56:31 +0000 (15:56 +0200)
This record is not yet used by the timing computation algorithm, so
it is better to not have it here.

rpp-lib
rpp-test-sw/commands/cmd_can.c

diff --git a/rpp-lib b/rpp-lib
index 0eb8a8209d083134ff7eb15536e81a0b02835c9e..38c90d4f4e1d84b321830433090c286be973022c 160000 (submodule)
--- a/rpp-lib
+++ b/rpp-lib
@@ -1 +1 @@
-Subproject commit 0eb8a8209d083134ff7eb15536e81a0b02835c9e
+Subproject commit 38c90d4f4e1d84b321830433090c286be973022c
index 2f0db9268c50d5a2317a58e92d357d5c71f89578..756f9b19ad6a078c44dd0c26440a5bdcb5e49857 100644 (file)
@@ -249,21 +249,18 @@ static struct rpp_can_ctrl_config ctrl_config[] = {
        {
                .baudrate = 500000,
                .clk = 80000000,
-               .prop_delay = 700,
                .timing_calc_method = RPP_CAN_TIMING_CALC_AUTO,
                .timing_config = NULL
        },
        {
                .baudrate = 500000,
                .clk = 80000000,
-               .prop_delay = 700,
                .timing_calc_method = RPP_CAN_TIMING_CALC_AUTO,
                .timing_config = NULL
        },
        {
                .baudrate = 500000,
                .clk = 80000000,
-               .prop_delay = 700,
                .timing_calc_method = RPP_CAN_TIMING_CALC_AUTO,
                .timing_config = NULL
        }