]> 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)
committerJack <jack@espressif.com>
Sat, 26 Oct 2019 08:45:10 +0000 (16:45 +0800)
commit859ddcdb6359b16add3538d9aa366559dc6275ea
tree17907f2d27f6c98dee23859690e2dfd301b403a3
parentda636bd4ac6e5691224e99b6d2cc28dabb3033ed
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