From: Michal Horn Date: Thu, 9 Oct 2014 13:56:31 +0000 (+0200) Subject: Excessive record from rpp_can_ctrl_config structure removed X-Git-Tag: eaton-0.1-beta~30 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/commitdiff_plain/9cdd0e47ad5e85167f45ef77d6f0c9c8657bc1da Excessive record from rpp_can_ctrl_config structure removed This record is not yet used by the timing computation algorithm, so it is better to not have it here. --- diff --git a/rpp-lib b/rpp-lib index 0eb8a82..38c90d4 160000 --- a/rpp-lib +++ b/rpp-lib @@ -1 +1 @@ -Subproject commit 0eb8a8209d083134ff7eb15536e81a0b02835c9e +Subproject commit 38c90d4f4e1d84b321830433090c286be973022c diff --git a/rpp-test-sw/commands/cmd_can.c b/rpp-test-sw/commands/cmd_can.c index 2f0db92..756f9b1 100644 --- a/rpp-test-sw/commands/cmd_can.c +++ b/rpp-test-sw/commands/cmd_can.c @@ -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 }