]> granicus.if.org Git - esp-idf/commit
can: Fix reset mode entry and exit calls
authorDarian Leung <darian@espressif.com>
Tue, 22 Oct 2019 10:05:19 +0000 (18:05 +0800)
committerDarian Leung <darian@espressif.com>
Thu, 24 Oct 2019 19:40:43 +0000 (03:40 +0800)
commit434d1d29d18b0711951969be3d5657a66f569cf7
tree58513b7f5b5a2522734255cbec88a38b7b71bf5a
parentbae506217568b4f46637ff3ad6a4ebf20b99914b
can: Fix reset mode entry and exit calls

This commit fixes multiple bugs caused by incorrect calls to
can_enter_reset_mode() and can_exit_reset_mode. Example test
scripts also updated to match new runners.
components/driver/can.c
examples/peripherals/can/can_alert_and_recovery/example_test.py
examples/peripherals/can/can_network/example_test.py
examples/peripherals/can/can_self_test/example_test.py