]> granicus.if.org Git - esp-idf/commit
Changed log level for spi_master
authorVikram Dattu <vikram.dattu@espressif.com>
Tue, 18 Jun 2019 08:34:32 +0000 (14:04 +0530)
committerbot <bot@espressif.com>
Mon, 1 Jul 2019 20:04:15 +0000 (20:04 +0000)
commitda77dcb0be7949d99a29bbf3bd3a999ce607fce5
tree559b2d5a312f30e4ed40845579daf651d0285b72
parenteb99b27f2e7085cce8af64d517b5f75226474ed0
Changed log level for spi_master

There are lot of prints of `Allocate TX buffer for DMA`
Changed these from `ESP_LOGI` to `ESP_LOGD`

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
components/driver/spi_master.c