]> granicus.if.org Git - esp-idf/commit
soc,sdmmc: fix build failures when NDEBUG is used
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 25 Sep 2018 02:58:43 +0000 (10:58 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 15 Oct 2018 06:57:12 +0000 (14:57 +0800)
commitab68b9d90d1e1b2f4313ad4f0fafb0dad18c7e25
tree18351d3a7bf855569e40023965ebe8f90b973406
parent1ee2bc46ed975a6fb7993f5109e0ad88c71f72eb
soc,sdmmc: fix build failures when NDEBUG is used

Use explicit error checking instead of asserts, use SOC_LOG to print
error/warning messages where needed.
components/sdmmc/sdmmc_common.c
components/soc/esp32/rtc_clk.c
components/soc/esp32/rtc_clk_init.c
components/soc/esp32/rtc_time.c