]> granicus.if.org Git - esp-idf/commit
drivers/can: fix skipped function calls when assertions disabled
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 10 Oct 2019 12:20:20 +0000 (14:20 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 13 Oct 2019 13:37:19 +0000 (15:37 +0200)
commit6e423d5cf6e4753599b2cd8fd4216d7761be4b6f
tree41f28670ce6da291cd54fb12527ca56b8146f42f
parent0be585179e5bcac78c08dd20d28ce3c119ea965d
drivers/can: fix skipped function calls when assertions disabled

When CONFIG_FREERTOS_ASSERT_DISABLE is set, the function calls wrapped
inside the assertion macros would be removed from the code.

Closes https://github.com/espressif/esp-idf/issues/4143
components/driver/can.c